Browse Source

Fix incosistent scrolling in Firefox

Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Simon L 1 year ago
parent
commit
38d1d5796e

+ 1 - 0
apps/files/css/files.css

@@ -166,6 +166,7 @@
 
 .app-files #app-content {
   width: calc(100% - 300px);
+  overflow-anchor: none;
 }
 
 .file-drag, .file-drag .files-filestable tbody tr, .file-drag .files-filestable tbody tr:hover {

File diff suppressed because it is too large
+ 0 - 0
apps/files/css/files.css.map


+ 2 - 0
apps/files/css/files.scss

@@ -113,6 +113,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 {

+ 1 - 0
apps/files/css/merged.css

@@ -166,6 +166,7 @@
 
 .app-files #app-content {
   width: calc(100% - 300px);
+  overflow-anchor: none;
 }
 
 .file-drag, .file-drag .files-filestable tbody tr, .file-drag .files-filestable tbody tr:hover {

File diff suppressed because it is too large
+ 0 - 0
apps/files/css/merged.css.map


Some files were not shown because too many files changed in this diff