9 lines
160 B
SCSS
9 lines
160 B
SCSS
.custom-fixed-sidebar {
|
|
position: fixed;
|
|
display: block;
|
|
overflow-x: visible;
|
|
overflow-y: scroll;
|
|
// width: inherit;
|
|
max-height: 90vh !important;
|
|
}
|