loading screen
parent
3dcf48af4d
commit
e3f2968a14
|
@ -15,7 +15,7 @@
|
|||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100vh; /* Ansichtshöhe */
|
||||
height: 100%;
|
||||
background-color: white;
|
||||
z-index: 99999;
|
||||
transition: opacity 0.3s ease;
|
||||
|
@ -36,7 +36,6 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100%; /* Füllt die gesamte Höhe des Containers */
|
||||
}
|
||||
|
||||
#shx-loading-screen-text svg {
|
||||
|
|
Loading…
Reference in New Issue