fixed horizontal scrollbar appearing when not asked for

This commit is contained in:
Jack 2020-07-02 22:26:10 +01:00
parent 8f20ee1a16
commit 934aaa390a

View file

@ -69,6 +69,7 @@ body {
background: var(--bg-color);
font-family: "Roboto Mono";
color: var(--main-color);
overflow-x: hidden;
}
html { overflow-y: scroll; }