From 210d663907961e117eafd9f0be701888e672477a Mon Sep 17 00:00:00 2001 From: GuoHaoLan Date: Wed, 3 Aug 2022 17:25:03 +0800 Subject: [PATCH] Fix the progess bar hidden when rotated in mobile --- frontend/src/css/styles.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/css/styles.css b/frontend/src/css/styles.css index 8b3b608c..30159ba6 100644 --- a/frontend/src/css/styles.css +++ b/frontend/src/css/styles.css @@ -160,7 +160,9 @@ main .spinner .bounce2 { width: 100%; height: 100%; z-index: 9999; - overflow: hidden; + overflow: auto; + display: flex; + flex-direction: column; } #previewer header {