Using `em` instead of `rem` for scrollbar width.

320b188d473e894a9b3a57a329bf70cbf0125698

Gness Erquint <gness.na@gmail.com>

1 files changed, +1 -1Showing whitespace changes
public/style.css+1 -1
@@ -157,7 +157,7 @@ body {
157}157}
158158
159::-webkit-scrollbar {159::-webkit-scrollbar {
160 width: 0.7rem;160 width: 0.8em;
161 scrollbar-gutter: stable;161 scrollbar-gutter: stable;
162}162}
163163