Fix scrollbar layout problems.

This commit is contained in:
L. Karkkainen 2023-02-08 01:34:41 +00:00
parent 37f3607ebc
commit 4c55051442

@ -3,6 +3,8 @@ html {
font: 16px sans-serif; font: 16px sans-serif;
background: #eee; background: #eee;
color: #111; color: #111;
scrollbar-gutter: stable;
overflow: hidden auto;
} }
body { body {
@ -13,9 +15,6 @@ body {
--sanic-yellow: #FFE900; --sanic-yellow: #FFE900;
--sanic-purple: #833FE3; --sanic-purple: #833FE3;
--sanic-green: #16DB93; --sanic-green: #16DB93;
scrollbar-gutter: stable;
overflow: scroll;
overflow-x: hidden;
} }
body>* { body>* {