10 lines
141 B
SCSS
10 lines
141 B
SCSS
|
.wrapper--sticky-header {
|
||
|
background-color: #ffffff !important;
|
||
|
}
|
||
|
|
||
|
.wrapper--stuck{
|
||
|
.container{
|
||
|
position: relative !important;
|
||
|
}
|
||
|
}
|