Skip to content

Commit bc142f4

Browse files
authored
Merge pull request #33993 from nextcloud/remove-scrollbar-default-dashbord
Improve dashboard default scrollbar behavior
2 parents 1f7e769 + c5ab8fa commit bc142f4

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

apps/dashboard/src/DashboardApp.vue

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ export default {
440440
text-align: center;
441441
font-size: 32px;
442442
line-height: 130%;
443-
padding: 10vh 16px 0px;
443+
padding: 1rem 0;
444444
}
445445
}
446446
@@ -540,8 +540,7 @@ export default {
540540
display: flex;
541541
justify-content: center;
542542
transition: bottom var(--animation-slow) ease-in-out;
543-
bottom: 0;
544-
padding: 44px 0;
543+
padding: 1rem 0;
545544
}
546545
547546
.edit-panels {
@@ -684,9 +683,6 @@ export default {
684683
</style>
685684
<style>
686685
html, body {
687-
overflow: auto;
688-
position: static;
689-
height: auto;
690686
background-attachment: fixed;
691687
}
692688
@@ -695,7 +691,6 @@ html, body {
695691
}
696692
697693
#content {
698-
height: auto;
699694
overflow: auto;
700695
position: static !important;;
701696
}

dist/dashboard-main.js

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

dist/dashboard-main.js.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.

0 commit comments

Comments
 (0)