pocko-ui
Version:
React components using pure Bootstrap 5+ which does not contain any external style and script libraries.
19 lines (18 loc) • 402 B
CSS
.popovers-overflow {
overflow: auto;
}
.popovers-overflow::-webkit-scrollbar {
width: 10px;
height: 6px;
background-color: #e6e6e6;
}
.popovers-overflow::-webkit-scrollbar-thumb {
background-color: #dadada;
border-radius: 5px;
}
.popovers-overflow::-webkit-scrollbar-thumb:hover {
background-color: #929292;
}
.popovers-overflow::-webkit-scrollbar-corner {
background-color: #e6e6e6;
}