mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-20 04:43:58 +00:00
ad85832e75
user login UI
16 lines
215 B
SCSS
Vendored
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;
|
|
}
|
|
} |