mirror of
https://github.com/wekan/wekan.git
synced 2026-01-27 19:56:09 +01:00
Allow vertical scrollbars to be disabled (user preferences, visible by default)
This commit is contained in:
parent
f1810e47e0
commit
3e01231874
11 changed files with 61 additions and 4 deletions
|
|
@ -446,6 +446,9 @@ a:not(.disabled).is-active i.fa {
|
|||
padding: 0;
|
||||
padding-top: 15px;
|
||||
}
|
||||
.no-scrollbars {
|
||||
scrollbar-width: none;
|
||||
}
|
||||
@media screen and (max-width: 800px) {
|
||||
#content {
|
||||
margin: 1px 0px 0px 0px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue