flexi-bot/docs/marlin/_sass/_sidebar.scss
2023-09-05 20:38:49 +02:00

9 lines
160 B
SCSS

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