update
This commit is contained in:
@@ -276,11 +276,18 @@ a {
|
||||
|
||||
.sticky-wrapper {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.sticky-item {
|
||||
position: sticky;
|
||||
top: 220px;
|
||||
z-index: 1;
|
||||
align-self: flex-start;
|
||||
|
||||
// Ensure sticky stops at bottom of container
|
||||
bottom: auto;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user