Merge pull request #38 from hervyqa/master

Add pre scrollbar custom like hermit
This commit is contained in:
Djordje Atlialp 2019-07-16 08:20:13 +02:00 committed by GitHub
commit 50c1bef3a2
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 */