hide-scrollbar-react
Version:
just type the code <Scrollable>{your-great-contents}</Scrollable>
8 lines (6 loc) • 2.53 kB
CSS
/*!
* hide-scrollbar-react v1.1.6 - https://github.com/exilee20c/hide-scrollbar-react#readme
* MIT Licensed
*/
section.exl-scrollable{position:relative;height:100%}section.exl-scrollable>div.exl-scrollable-container{width:100%;height:100%;overflow-x:visible;overflow-y:auto;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;-ms-overflow-style:none}section.exl-scrollable>div.exl-scrollable-container::-webkit-scrollbar{display:none}section.exl-scrollable>div.exl-scrollable-scrollbar-wrapper{position:absolute;top:2px;right:0;padding:0 1px;-webkit-box-sizing:border-box;box-sizing:border-box;bottom:2px;width:10px;opacity:0;overflow:visible;z-index:10000;background-color:rgba(240,240,240,0.3);-webkit-transition:opacity 0.2s ease;-o-transition:opacity 0.2s ease;transition:opacity 0.2s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}section.exl-scrollable>div.exl-scrollable-scrollbar-wrapper.disappear{opacity:0}section.exl-scrollable>div.exl-scrollable-scrollbar-wrapper.appear{opacity:1}section.exl-scrollable>div.exl-scrollable-scrollbar-wrapper:hover{opacity:1}section.exl-scrollable>div.exl-scrollable-scrollbar-wrapper:active{opacity:1}section.exl-scrollable>div.exl-scrollable-scrollbar-wrapper:before{content:"";position:absolute;right:0;width:10px;height:2px;top:-2px;background-color:rgba(240,240,240,0.3)}section.exl-scrollable>div.exl-scrollable-scrollbar-wrapper:after{content:"";position:absolute;right:0;width:10px;height:2px;bottom:-2px;background-color:rgba(240,240,240,0.3)}section.exl-scrollable>div.exl-scrollable-scrollbar-wrapper>div.exl-scrollable-scrollbar-thumb{position:absolute;right:2px;width:6px;height:6px;background-color:rgba(102,102,102,0.8);-webkit-transition:height 0.4s ease-in-out;-o-transition:height 0.4s ease-in-out;transition:height 0.4s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}section.exl-scrollable>div.exl-scrollable-scrollbar-wrapper>div.exl-scrollable-scrollbar-thumb:hover{background-color:rgba(102,102,102,0.9)}section.exl-scrollable>div.exl-scrollable-scrollbar-wrapper>div.exl-scrollable-scrollbar-thumb:hover>div.exl-scrollable-scrollbar-thumb{background-color:rgba(102,102,102,0.9)}section.exl-scrollable>div.exl-scrollable-scrollbar-wrapper>div.exl-scrollable-scrollbar-thumb:active{background-color:#666}@-moz-document url-prefix(){section.exl-scrollable>div.exl-scrollable-scrollbar-wrapper{display:none}}
/*# sourceMappingURL=main.bd51a3d0.css.map*/