diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 6a1a8632ef84e..09c0cd9791387 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 {