@zohodesk/components
Version:
In this Package, we Provide Some Basic Components to Build Web App
21 lines (20 loc) • 368 B
CSS
.notScroll {
position: relative;
}
.scroll {
/* background: var(--dot_white);
position: relative; */
}
/*
.scroll::after {
box-shadow: 0 0 6px var(--zd_dark10);
border-radius: 100px / 10px;
content: '';
left: var(--zd_size50);
position: absolute;
right: var(--zd_size50);
display: block;
z-index: -1;
height: var(--zd_size1);
bottom: 0;
} */