Files
glovetleong ad85832e75 user UI setup
user login UI
2021-07-06 11:54:00 +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;
}
}