mirror of
https://github.com/wekan/wekan.git
synced 2026-02-03 07:01:47 +01:00
Hide scrollbars from card details popup
This commit is contained in:
parent
c632bc4555
commit
b3f229dc86
1 changed files with 4 additions and 0 deletions
|
|
@ -90,6 +90,10 @@
|
|||
transition: flex-basis 0.1s;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.card-details::-webkit-scrollbar {
|
||||
/* Hide scroll bars from middle of the screen */
|
||||
display: none !important;
|
||||
}
|
||||
.card-details .mCustomScrollBox {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue