avoid unnecessary use of scrollbars on sidebar apps

(settings, admin, support, ...)
This commit is contained in:
ansuz 2021-08-20 16:03:59 +05:30
parent ff1c4c9a65
commit f0fad8e95c
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
background: @cp_sidebar-right-bg;
color: @cp_sidebar-right-fg;
overflow: auto;
padding-bottom: 200px;
//padding-bottom: 200px; // XXX what was the intent behind this?
// Following rules are only in settings
.cp-sidebarlayout-element {