mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-09-02 03:03:56 +00:00
setup
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
// Sticky Elements
|
||||
|
||||
.scroll-area {
|
||||
overflow-y: auto;
|
||||
position: relative;
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
.scrollable-block {
|
||||
margin-bottom: 50px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
.sticky {
|
||||
z-index: 2;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user