Skip to content

Commit

Permalink
demo: add scrollbar on the sidebar for short screen height (#3395)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbasso authored and maxokorokov committed Oct 4, 2019
1 parent 176be06 commit 3cffbed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions demo/src/style/app.scss
Expand Up @@ -44,6 +44,9 @@ header.navbar {
.sidebar {
position: sticky;
top: 1rem;
max-height: 100vh;
overflow-x: hidden;
overflow-y: auto;
}

header.title {
Expand Down

0 comments on commit 3cffbed

Please sign in to comment.