Add pre scrollbar custom like hermit

This commit is contained in:
Hervy Qurrotul Ainur 2019-06-30 23:53:17 +07:00
parent 9b4cdc2e56
commit 5e8c63b220
1 changed files with 15 additions and 0 deletions

View File

@ -8,6 +8,21 @@
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
/* Webkit Scrollbar Customize */
::-webkit-scrollbar {
width: 8px;
height: 8px;
background: #212020;
}
::-webkit-scrollbar-thumb {
background: #888;
&:hover {
background: #dcdcdc;
}
}
html {
line-height: 1.15; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */