aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/css/files.scss
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/css/files.scss')
-rw-r--r--apps/files/css/files.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss
index 6a1a8632ef8..09c0cd97913 100644
--- a/apps/files/css/files.scss
+++ b/apps/files/css/files.scss
@@ -114,6 +114,8 @@
// force the width to be the full width to not go bigger than the screen
// flex will grow for the mobile view if necessary
width: calc(100% - 300px);
+ // disable overflow-anchor which causes undesired behaviour on Firefox
+ overflow-anchor: none;
}
.file-drag, .file-drag .files-filestable tbody tr, .file-drag .files-filestable tbody tr:hover {