mirror of
https://github.com/wekan/wekan.git
synced 2026-02-04 23:51:48 +01:00
Hide scrollbars from lists (middle of the screen)
This commit is contained in:
parent
b3f229dc86
commit
08843a9dd6
1 changed files with 4 additions and 0 deletions
|
|
@ -148,6 +148,10 @@
|
|||
overflow-y: auto;
|
||||
padding: 5px 11px;
|
||||
}
|
||||
.list-body::-webkit-scrollbar {
|
||||
/* Hide scroll bars from middle of the screen */
|
||||
display: none !important;
|
||||
}
|
||||
.list-body .minicards {
|
||||
flex-grow: 1;
|
||||
flex-shrink: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue