Skip to content

Commit 81b2c26

Browse files
committed
Merge pull request #540 from jgeewax/534-fixed-navbar
Fix #534 - Nav bar is fixed and scrollable.
2 parents 9c492b2 + 8b9e034 commit 81b2c26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/site/css/main.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1385,13 +1385,14 @@ ul {
13851385
}
13861386

13871387
.side-nav {
1388-
position: absolute;
1388+
position: fixed;
13891389
top: 0;
13901390
left: 0;
13911391
bottom: 0;
13921392
width: 240px;
13931393
padding-top: 7.7em;
13941394
font-size: 0.9em;
1395+
overflow-y: auto;
13951396
}
13961397

13971398
.side-nav a {

0 commit comments

Comments
 (0)