Merge pull request #37546 from nextcloud/backport/37417/stable25

[stable25] fix: Avoid scrolling the #content wrapper container
This commit is contained in:
Louis 2023-04-05 16:58:46 +02:00 committed by GitHub
commit 3c1471ca89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -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;

View file

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