@zohodesk/components
Version:
Dot UI is a customizable React component library built to deliver a clean, accessible, and developer-friendly UI experience. It offers a growing set of reusable components designed to align with modern design systems and streamline application development
22 lines (20 loc) • 333 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: 50px;
position: absolute;
right: 50px;
display: block;
z-index: -1;
height: 1px;
bottom: 0;
} */