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