Browse Source

Merge pull request #37417 from nextcloud/bugfix/scroll-firefox

fix: Avoid scrolling the #content wrapper container
Julius Härtl 1 year ago
parent
commit
b5da85df3a
5 changed files with 1 additions and 1 deletions
  1. 0 0
      core/css/apps.css
  2. 0 0
      core/css/apps.css.map
  3. 1 1
      core/css/apps.scss
  4. 0 0
      core/css/server.css
  5. 0 0
      core/css/server.css.map

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


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


+ 1 - 1
core/css/apps.scss

@@ -667,7 +667,7 @@ kbd {
 	width: calc(100% - var(--body-container-margin) * 2);
 	height: var(--body-height);
 	border-radius: var(--body-container-radius);
-	overflow: hidden;
+	overflow: clip;
 
 	&:not(.with-sidebar--full) {
 		position: fixed;

File diff suppressed because it is too large
+ 0 - 0
core/css/server.css


File diff suppressed because it is too large
+ 0 - 0
core/css/server.css.map


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