From e0a80cf06a527287083d50491c5b9df38baee8dc Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Tue, 7 Mar 2023 19:13:20 +0100 Subject: [PATCH] fix(frontend): fix loading screen animation Signed-off-by: Tilman Vatteroth --- .../application-loader/loading-screen/animations.module.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/components/application-loader/loading-screen/animations.module.scss b/frontend/src/components/application-loader/loading-screen/animations.module.scss index 424ba6403..affc8e0e7 100644 --- a/frontend/src/components/application-loader/loading-screen/animations.module.scss +++ b/frontend/src/components/application-loader/loading-screen/animations.module.scss @@ -49,6 +49,9 @@ text-shadow: 4px 4px 0 #3b4045; .overlay { + position: absolute; + bottom: 0; + left: 0; color: rgb(181, 31, 8); height: 0; overflow: hidden;