Skip to content

Commit ba7fd47

Browse files
J9remmrflos
authored andcommitted
fix(documentation): allow vertical scrolling on menu for screen thinner than 1201px
1 parent 7143742 commit ba7fd47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

styles/documentation.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ footer {
308308
}
309309
.app-nav > ul.open {
310310
display: flex;
311+
overflow-y: auto;
311312
}
312313
.app-nav ul {
313314
position: absolute;

0 commit comments

Comments
 (0)