mirror of
https://github.com/wekan/wekan.git
synced 2026-02-14 04:04:21 +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
|
|
@ -89,10 +89,7 @@
|
|||
box-shadow: 0 0 7px 0 #b3b3b3;
|
||||
transition: flex-basis 0.1s;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.card-details::-webkit-scrollbar {
|
||||
/* Hide scroll bars from middle of the screen */
|
||||
display: none !important;
|
||||
scrollbar-width: none;
|
||||
}
|
||||
.card-details .mCustomScrollBox {
|
||||
padding-left: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue