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 {