From 8df229268ebcb2fb13ac1c1c7df9e8db0faacb46 Mon Sep 17 00:00:00 2001 From: mco-system Date: Tue, 11 Apr 2023 19:52:51 +1100 Subject: [PATCH] fix: portrait mode for mobile --- src/thsf/static/css/wrappers.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/thsf/static/css/wrappers.css b/src/thsf/static/css/wrappers.css index 44ad496..ffbcc91 100644 --- a/src/thsf/static/css/wrappers.css +++ b/src/thsf/static/css/wrappers.css @@ -32,6 +32,7 @@ gap: 2em; background-color: var(--main-bg-color); width: 100vw; + transform: translateZ(0); } .content { font-size: 2em; @@ -102,6 +103,7 @@ gap: 1em; background-color: var(--main-bg-color); width: 21em; + transform: translateZ(0); /* background-color: white; */ } .content {