From ea59f98eafdc007e3351605463a9924b3711e5ce Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Sat, 22 Apr 2023 18:04:40 +0900 Subject: [PATCH] fix for backgrounds disappearing on mobile, after previous body/sheld fixes --- public/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index e7f872358..73e84a391 100644 --- a/public/style.css +++ b/public/style.css @@ -3406,7 +3406,14 @@ body.movingUI #expression-holder { #bg1, #bg_custom { - position: fixed; + /* position: fixed; */ + /* top: 0 !important; + bottom: 0 !important; + left: 0 !important; + right: 0 !important; */ + height: 100svh !important; + width: 100svw !important; + } #sheld,