Fix 'Issues with opening folders on iOS (Safari):'

This commit is contained in:
morethanwords 2020-08-30 23:33:07 +03:00
parent 28addb3a38
commit 8c853310ee

View File

@ -147,3 +147,7 @@ div.scrollable:hover::-webkit-scrollbar-thumb {
::-webkit-scrollbar-corner {
background-color: transparent;
}
div.scrollable-x::-webkit-scrollbar {
display: none; // for safari iOS
}