We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06cdd2e commit d4330edCopy full SHA for d4330ed
1 file changed
full.css
@@ -1696,6 +1696,7 @@ body.mobile .menu .icon a {
1696
transform: translate(-50%, -50%) scale(0.94);
1697
will-change: transform;
1698
transition: 0s .18s, .18s var(--bounce-function) opacity;
1699
+ pointer-events: none;
1700
z-index: 1000;
1701
}
1702
@@ -1704,6 +1705,7 @@ body.mobile .menu .icon a {
1704
1705
padding: 7px;
1706
transform: translate(-50%, -50%) scale(1);
1707
transition: .18s var(--bounce-function);
1708
+ pointer-events: auto;
1709
1710
1711
.dialog .title {
0 commit comments