16 lines
178 B
SCSS
16 lines
178 B
SCSS
.cl-status-bar {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
height: inherit;
|
|
width: 100%;
|
|
}
|
|
|
|
.cl-status-bar__wrap {
|
|
&.is-sticky {
|
|
position: sticky;
|
|
top: 0;
|
|
z-index: 999;
|
|
}
|
|
}
|