@event-calendar/core
Version:
Full-sized drag & drop event calendar with resource & timeline views
20 lines (17 loc) • 485 B
CSS
.ec-custom-scrollbars {
.ec-main {
&::-webkit-scrollbar {
background-color: transparent;
}
&::-webkit-scrollbar-thumb {
border: 4px solid transparent;
box-shadow: none;
background-color: var(--ec-border-color);
background-clip: padding-box;
border-radius: 8px;
}
&::-webkit-scrollbar-thumb:hover {
background-color: var(--ec-color-400);
}
}
}