Skip to content

Commit cd2d787

Browse files
authored
overflow scroll for navbar
Added overflow scroll property for nabber
1 parent 1270967 commit cd2d787

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ main {
3636
position: fixed;
3737
background-color: var(--bg-primary);
3838
transition: width 600ms ease;
39+
overflow: scroll;
3940
}
4041

4142
.navbar-nav {
@@ -212,4 +213,4 @@ main {
212213

213214
.solar #solarIcon {
214215
display: block;
215-
}
216+
}

0 commit comments

Comments
 (0)