1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-28 19:40:54 +00:00

Fix scrollbars on WebKit

This commit is contained in:
Unrud 2020-03-08 19:43:04 +01:00
parent 64d6b52bc6
commit 8fb12bbc49
3 changed files with 23 additions and 15 deletions

View file

@ -26,7 +26,7 @@ nav .level4 > a::after {
display: none !important;
}
@media screen and (max-width: 50em) {
@media all and (max-width: 50em) {
nav, .navButtonContainer {
display: none;
}