Skip to content

Commit 355e386

Browse files
committed
[explorer/frontend] fix: mobile menu horizontal scroll
1 parent a7d1407 commit 355e386

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

explorer/frontend/styles/components/Header.module.scss

+1
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@
192192
height: $spacing-navigation-height;
193193
padding: 0 $spacing-padding;
194194
overflow-x: auto;
195+
overflow-y: hidden;
195196
background: $color-background-navigation;
196197
border-top: $spacing-base / 4 solid $color-border-navigation;
197198
backdrop-filter: blur(12px);

0 commit comments

Comments
 (0)