Skip to content

Commit

Permalink
Merge pull request zielmicha#4 from zielmicha/master
Browse files Browse the repository at this point in the history
Use "overflow: scroll" on sidebar.
  • Loading branch information
cwchristerw authored May 1, 2019
2 parents d8c9ac0 + c7f8455 commit f63c3d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,10 @@ li {
top: 0;
right: 0;
/*bottom: 0;*/
max-height: calc(100vh - 40px);
min-width: 250px;
z-index: 999;
/*overflow-y: scroll;*/
overflow-y: scroll;
font-size: 12px;
}

Expand Down

0 comments on commit f63c3d7

Please sign in to comment.