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:
parent
64d6b52bc6
commit
8fb12bbc49
3 changed files with 23 additions and 15 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue