From cf2fb6067652f4dbfe2ff726b92aa8023ba5b76c Mon Sep 17 00:00:00 2001 From: mco-system Date: Tue, 11 Apr 2023 20:04:42 +1100 Subject: [PATCH] fix: portrait mode for mobile --- src/thsf/static/css/wrappers.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/thsf/static/css/wrappers.css b/src/thsf/static/css/wrappers.css index 1d9fc20..9b7fdc6 100644 --- a/src/thsf/static/css/wrappers.css +++ b/src/thsf/static/css/wrappers.css @@ -104,7 +104,7 @@ gap: 1em; background-color: var(--main-bg-color); width: 21em; - transform: translateZ(0); + transform: translateZ(2); /* background-color: white; */ } .content {