From 8691ca4b9d4a31eaa2dc7da67050ae285cb42afb Mon Sep 17 00:00:00 2001 From: dr|z3d Date: Fri, 20 Aug 2021 01:00:28 +0000 Subject: [PATCH] Console: don't scroll page background --- webconsole/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/webconsole/style.css b/webconsole/style.css index d228d893..e1db91ca 100644 --- a/webconsole/style.css +++ b/webconsole/style.css @@ -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 {