Skip to content

Commit 30958da

Browse files
committed
Merge pull request BonsaiDen#267 from KwanEsq/nojs-scroll
Allow scrolling the nav menu when javascript is off
2 parents ebfd151 + 6d2eaf9 commit 30958da

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

site/style/garden.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@ nav > div li.active a {
117117
width: 200px;
118118
}
119119

120+
#nav_main > ul {
121+
height: calc(100% - 4em);
122+
overflow-y: auto;
123+
}
124+
120125
nav li {
121126
font-size: 16px;
122127
margin: 0px;

0 commit comments

Comments
 (0)