Skip to content

Commit

Permalink
Merge pull request #38 from hervyqa/master
Browse files Browse the repository at this point in the history
Add pre scrollbar custom like hermit
  • Loading branch information
Djordje Atlialp authored Jul 16, 2019
2 parents b9fd0db + 24059c8 commit eec176a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions assets/scss/_normalize.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit eec176a

Please sign in to comment.