[Glitch] Update reset.scss from upstream

remotes/1727458204337373841/tmp_refs/heads/signup-info-prompt
Thibaut Girka 2018-11-06 16:03:53 +01:00
parent 36dab188fd
commit a2a254625b
1 changed files with 6 additions and 2 deletions

View File

@ -53,9 +53,13 @@ table {
border-spacing: 0;
}
html {
scrollbar-color: lighten($ui-base-color, 4%) transparent;
}
::-webkit-scrollbar {
width: 8px;
height: 8px;
width: 12px;
height: 12px;
}
::-webkit-scrollbar-thumb {