mirror of
https://github.com/wekan/wekan.git
synced 2026-02-04 15:41:52 +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
|
|
@ -4,10 +4,7 @@
|
|||
bottom: 0;
|
||||
right: 0;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
.sidebar::-webkit-scrollbar {
|
||||
/* Hide scroll bars from middle of the screen */
|
||||
display: none !important;
|
||||
scrollbar-width: none;
|
||||
}
|
||||
.sidebar .sidebar-shadow {
|
||||
background: #f7f7f7;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue