@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
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;
} */