Skip to content

Commit b9e721c

Browse files
committed
fix: navbar showing scroll bars even when there is nothing to scroll
1 parent bcb5c1d commit b9e721c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/nav-bar/nav-bar.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $navbar-w: 20rem;
4040
background-color: theme.$bg3;
4141
border-right: $border;
4242
z-index: 100;
43-
overflow: scroll;
43+
overflow: auto;
4444

4545
&__heading {
4646
font-size: 1.1rem;

0 commit comments

Comments
 (0)