Skip to content

Commit 932ba47

Browse files
authored
Merge pull request #14 from furknyavuz/master
overflow scroll for navbar
2 parents 378d168 + cd2d787 commit 932ba47

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)