mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Disable scrollbars on older versions of Chrome and Safari
This commit is contained in:
parent
b29c19f5e0
commit
d370cac14c
1 changed files with 3 additions and 0 deletions
|
@ -449,6 +449,9 @@ a:not(.disabled).is-active i.fa {
|
|||
.no-scrollbars {
|
||||
scrollbar-width: none;
|
||||
}
|
||||
.no-scrollbars::-webkit-scrollbar {
|
||||
display: none !important;
|
||||
}
|
||||
@media screen and (max-width: 800px) {
|
||||
#content {
|
||||
margin: 1px 0px 0px 0px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue