Skip to content

Commit 2812b98

Browse files
authored
Merge pull request #38258 from nextcloud/backport/38242/stable25
[stable25] Fix incosistent scrolling in Firefox
2 parents 171a9bb + 38d1d57 commit 2812b98

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

apps/files/css/files.css

Lines changed: 1 addition & 0 deletions
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
@@ -113,6 +113,8 @@
113113
// force the width to be the full width to not go bigger than the screen
114114
// flex will grow for the mobile view if necessary
115115
width: calc(100% - 300px);
116+
// disable overflow-anchor which causes undesired behaviour on Firefox
117+
overflow-anchor: none;
116118
}
117119

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

apps/files/css/merged.css

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

0 commit comments

Comments
 (0)