automated_uniapp/uni_modules/cool-ui/static/css/status-bar.scss
2025-01-09 16:16:11 +08:00

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;
}
}