Made Sidebar scrollable and limited the root height for modular scrollbars

pull/2/head
Nikan Dalvand 2019-07-20 17:46:34 +04:30
parent 0ed1538025
commit 776296e879
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ export default {
.root,.page-wrapper
display: flex
font-family: 'Lato', sans-serif
max-height: 100vh
.page-wrapper
flex-direction: column

View File

@ -56,6 +56,7 @@ section
background-color: #fcfcfc
display: flex
flex-direction: column
overflow: auto
.grow
flex-grow: 1
</style>