Skip to content

Commit

Permalink
fix: fix mobile nav pointer events bug
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronchan32 committed Nov 12, 2024
1 parent b76d0ca commit 2cc100d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/Home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@
bottom: -5px;
left: -7px;
transform: scaleX(-1);
pointer-events: none;
}
#paper-border-top-edge {
top: 0;
Expand Down

0 comments on commit 2cc100d

Please sign in to comment.