Skip to content

Commit d4330ed

Browse files
authored
Update full.css
1 parent 06cdd2e commit d4330ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

full.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1696,6 +1696,7 @@ body.mobile .menu .icon a {
16961696
transform: translate(-50%, -50%) scale(0.94);
16971697
will-change: transform;
16981698
transition: 0s .18s, .18s var(--bounce-function) opacity;
1699+
pointer-events: none;
16991700
z-index: 1000;
17001701
}
17011702

@@ -1704,6 +1705,7 @@ body.mobile .menu .icon a {
17041705
padding: 7px;
17051706
transform: translate(-50%, -50%) scale(1);
17061707
transition: .18s var(--bounce-function);
1708+
pointer-events: auto;
17071709
}
17081710

17091711
.dialog .title {

0 commit comments

Comments
 (0)