Console: don't scroll page background

This commit is contained in:
dr|z3d 2021-08-20 01:00:28 +00:00
parent fbd41039dd
commit 8691ca4b9d

View file

@ -102,6 +102,7 @@ body {
font: 14pt var(--bodyfont);
color: var(--ink);
background: linear-gradient(to bottom, rgba(0,0,0,.1), rgba(32,0,32,.1), rgba(0,0,0,.1));
background-attachment: fixed, fixed, fixed !important;
}
.wrapper {