Skip to content

Commit edfcac7

Browse files
authored
Merge pull request #38257 from nextcloud/backport/38242/stable26
[stable26] Fix incosistent scrolling in Firefox
2 parents cbdc10a + dd4f1da commit edfcac7

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

apps/files/css/files.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/files/css/files.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/files/css/files.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@
114114
// force the width to be the full width to not go bigger than the screen
115115
// flex will grow for the mobile view if necessary
116116
width: calc(100% - 300px);
117+
// disable overflow-anchor which causes undesired behaviour on Firefox
118+
overflow-anchor: none;
117119
}
118120

119121
.file-drag, .file-drag .files-filestable tbody tr, .file-drag .files-filestable tbody tr:hover {

apps/files/css/merged.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)