1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-06-16 09:46:39 +00:00

fix: always hide popover on mobile (fixes #104)

This commit is contained in:
Jacky Zhao 2022-04-28 13:45:29 -07:00
parent 3c7ece5405
commit c8d390dbc5

View File

@ -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 {