favycon/components/sticky/index.module.scss

15 lines
162 B
SCSS

@import '../../styles/variables.scss';
.root {
position: relative;
width: 100%;
}
.sticky {
position: fixed;
top: 0;
left: 0;
z-index: 3;
width: 100%;
}