Skip to content

Commit beb082b

Browse files
authored
Merge pull request #3464 from Blargian/fix_mobile_menu_on_desktop
Bug fix: mobile menu expandable on desktop
2 parents 099b8fb + 1d08f68 commit beb082b

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)