Files
unity/resources/sass/admin/components/sticky-elements/_sticky-elements.scss
T
glovetleong 8fa80e4a1a setup
2021-06-17 09:53:04 +08:00

16 lines
215 B
SCSS
Vendored

// Sticky Elements
.scroll-area {
overflow-y: auto;
position: relative;
height: 400px;
}
.scrollable-block {
margin-bottom: 50px;
overflow: hidden;
position: relative;
.sticky {
z-index: 2;
}
}