mirror of https://github.com/xwiki-labs/cryptpad
avoid unnecessary use of scrollbars on sidebar apps
(settings, admin, support, ...)
This commit is contained in:
parent
ff1c4c9a65
commit
f0fad8e95c
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue