11 lines
167 B
SCSS
11 lines
167 B
SCSS
.jet-sticky-section--stuck {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
width: 100%;
|
|
max-width: 100%;
|
|
z-index: 1100;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
} |