automated_uniapp/uni_modules/cool-ui/static/css/sticky.scss

17 lines
199 B
SCSS
Raw Normal View History

2025-01-09 16:16:11 +08:00
.cl-sticky {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 99;
width: 100%;
&.is-flex {
display: flex;
align-items: center;
}
&.is-white {
background-color: #fff;
}
}