Skip to content

Commit 06fe871

Browse files
committed
fix: ensure min-height is set for mobile navbar in NavBar.module.scss
1 parent 1e0430f commit 06fe871

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/styles/components/NavBar/NavBar.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
background-color: var(--background-color-quaternary);
1616
padding: 0;
1717
height: var(--navbar-mobile-height);
18+
min-height: var(--navbar-mobile-height);
1819
}
1920
}

0 commit comments

Comments
 (0)