at the end of the day, it was inevitable
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// Sticky Elements
|
||||
|
||||
.scrollable-block {
|
||||
margin-bottom: 50px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
.sticky {
|
||||
z-index: 2;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user