fix(frontend): fix loading screen animation

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-03-07 19:13:20 +01:00
parent 70d1df7fb7
commit e0a80cf06a

View file

@ -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;