mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 19:46:23 +00:00
fix: hide popover on mobile to prevent overflow
This commit is contained in:
parent
5234fae080
commit
907270992d
1 changed files with 4 additions and 0 deletions
|
@ -484,6 +484,10 @@ header {
|
||||||
transition-delay: 0.3s;
|
transition-delay: 0.3s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|
||||||
|
@media all and (max-width: 600px) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
&.visible {
|
&.visible {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
|
|
Loading…
Reference in a new issue