UNPKG

chenw-tool

Version:

React components using pure Bootstrap 5+ which does not contain any external style and script libraries.

22 lines (21 loc) 743 B
/*!************************************************************************************************************!*\ !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/Popovers.scss ***! \************************************************************************************************************/ .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; }