Merge pull request #33993 from nextcloud/remove-scrollbar-default-dashbord

Improve dashboard default scrollbar behavior
This commit is contained in:
Carl Schwan 2022-09-12 12:32:58 +02:00 committed by GitHub
commit bc142f41ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 10 deletions

View file

@ -440,7 +440,7 @@ export default {
text-align: center;
font-size: 32px;
line-height: 130%;
padding: 10vh 16px 0px;
padding: 1rem 0;
}
}
@ -540,8 +540,7 @@ export default {
display: flex;
justify-content: center;
transition: bottom var(--animation-slow) ease-in-out;
bottom: 0;
padding: 44px 0;
padding: 1rem 0;
}
.edit-panels {
@ -684,9 +683,6 @@ export default {
</style>
<style>
html, body {
overflow: auto;
position: static;
height: auto;
background-attachment: fixed;
}
@ -695,7 +691,6 @@ html, body {
}
#content {
height: auto;
overflow: auto;
position: static !important;;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long