mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 11:36:23 +00:00
fix: always hide popover on mobile (fixes #104)
This commit is contained in:
parent
3c7ece5405
commit
c8d390dbc5
1 changed files with 1 additions and 1 deletions
|
@ -526,7 +526,7 @@ header {
|
|||
box-shadow: 6px 6px 36px 0px rgba(0,0,0,0.25);
|
||||
|
||||
@media all and (max-width: 600px) {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
&.visible {
|
||||
|
|
Loading…
Reference in a new issue