mirror of
https://github.com/wekan/wekan.git
synced 2026-01-28 20:26:09 +01:00
Changed method of scrollbar hiding
This commit is contained in:
parent
12e50d93df
commit
aca665ae4e
3 changed files with 3 additions and 12 deletions
|
|
@ -152,10 +152,7 @@
|
|||
display: flex;
|
||||
overflow-y: auto;
|
||||
padding: 5px 11px;
|
||||
}
|
||||
.list-body::-webkit-scrollbar {
|
||||
/* Hide scroll bars from middle of the screen */
|
||||
display: none !important;
|
||||
scrollbar-width: none;
|
||||
}
|
||||
.list-body .minicards {
|
||||
flex-grow: 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue