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

320b188d473e894a9b3a57a329bf70cbf0125698

Gness Erquint <gness.na@gmail.com>

1 files changed, +1 -1Ignore whitespace
public/style.css+1 -1
@@ -157,7 +157,7 @@ body {
157157}
158158
159159::-webkit-scrollbar {
160160 width: 0.7rem8em;
161161 scrollbar-gutter: stable;
162162}
163163