Made Sidebar scrollable and limited the root height for modular scrollbars
parent
0ed1538025
commit
776296e879
|
|
@ -25,6 +25,7 @@ export default {
|
||||||
.root,.page-wrapper
|
.root,.page-wrapper
|
||||||
display: flex
|
display: flex
|
||||||
font-family: 'Lato', sans-serif
|
font-family: 'Lato', sans-serif
|
||||||
|
max-height: 100vh
|
||||||
|
|
||||||
.page-wrapper
|
.page-wrapper
|
||||||
flex-direction: column
|
flex-direction: column
|
||||||
|
|
|
||||||
|
|
@ -56,6 +56,7 @@ section
|
||||||
background-color: #fcfcfc
|
background-color: #fcfcfc
|
||||||
display: flex
|
display: flex
|
||||||
flex-direction: column
|
flex-direction: column
|
||||||
|
overflow: auto
|
||||||
.grow
|
.grow
|
||||||
flex-grow: 1
|
flex-grow: 1
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue