Skip to content

Commit 3450d20

Browse files
committed
fix for mobile menu being clickable on desktop
1 parent 17340a7 commit 3450d20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/MobileSideBarMenu/styles.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
}
2525

2626
.docsMobileMenuHidden {
27+
display: none;
2728
position:absolute;
2829
opacity: 0;
2930
transform: translate3d(-100%, 0, 0);

0 commit comments

Comments
 (0)