From e348912c639cae3c62c7693eeab8c59fa7fdecb3 Mon Sep 17 00:00:00 2001 From: unclehowell Date: Sun, 9 Nov 2025 06:05:49 -0300 Subject: [PATCH] Add fallback background overlay for app store page --- static/gui/app-store/000.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/static/gui/app-store/000.html b/static/gui/app-store/000.html index 789aa8b1c..99532a404 100755 --- a/static/gui/app-store/000.html +++ b/static/gui/app-store/000.html @@ -35,6 +35,17 @@ overflow-x: hidden; } + body::before { + content: ""; + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + background: rgb(44,12,33)!important; + z-index: -1; + } + body::-webkit-scrollbar { width: 30px; height: 30px;