Skip to content

Commit

Permalink
Merge pull request #70 from Sascha-davidson/patch-1
Browse files Browse the repository at this point in the history
change overflow scroll to auto.css
  • Loading branch information
ju5tu5 authored Apr 27, 2024
2 parents 7a1743e + 8778526 commit c90cdb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/assets/style/web.css
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ nav.subnav {
max-height: calc(100vh - (var(--gap) * 6));
padding-left: calc(var(--gap) / 2);
font-size: 0.9rem;
overflow: scroll;
overflow: auto;

& ol {
list-style: none;
Expand Down

0 comments on commit c90cdb9

Please sign in to comment.