Skip to content

Commit

Permalink
Fix incosistent scrolling in Firefox
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <szaimen@e.mail.de>
  • Loading branch information
szaimen committed May 14, 2023
1 parent d454fe4 commit aed830e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/files/css/files.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit aed830e

Please sign in to comment.