mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-22 23:21:15 +00:00
fix(frontend): fix loading screen animation
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
70d1df7fb7
commit
e0a80cf06a
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue