fix: hide popover on mobile to prevent overflow
This commit is contained in:
parent
4b257252ac
commit
e7d299fa61
@ -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 New Issue
Block a user