Created
April 1, 2019 10:58
-
-
Save mihaiserban/b74904d43c4e812b38a6ac23dcd8b77f to your computer and use it in GitHub Desktop.
Revisions
-
mihaiserban created this gist
Apr 1, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,20 @@ /* total width */ ::-webkit-scrollbar { width: 14px; } ::-webkit-scrollbar-track { box-shadow: inset 0 0 14px 14px transparent; border: solid 4px transparent; } ::-webkit-scrollbar-thumb { box-shadow: inset 0 0 14px 14px #bbbbbe; border: solid 4px transparent; border-radius: 14px; } /* set button(top and bottom of the scrollbar) */ ::-webkit-scrollbar-button { display: none; }