Fix 'Issues with opening folders on iOS (Safari):'
This commit is contained in:
parent
28addb3a38
commit
8c853310ee
@ -147,3 +147,7 @@ div.scrollable:hover::-webkit-scrollbar-thumb {
|
|||||||
::-webkit-scrollbar-corner {
|
::-webkit-scrollbar-corner {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.scrollable-x::-webkit-scrollbar {
|
||||||
|
display: none; // for safari iOS
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user