Skip to content

Commit

Permalink
Merge pull request #14 from furknyavuz/master
Browse files Browse the repository at this point in the history
overflow scroll for navbar
  • Loading branch information
codediodeio authored Mar 10, 2020
2 parents 378d168 + cd2d787 commit 932ba47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ main {
position: fixed;
background-color: var(--bg-primary);
transition: width 600ms ease;
overflow: scroll;
}

.navbar-nav {
Expand Down Expand Up @@ -212,4 +213,4 @@ main {

.solar #solarIcon {
display: block;
}
}

0 comments on commit 932ba47

Please sign in to comment.