Commit
·
44678ea
1
Parent(s):
7732bd8
3. Okt. 2024, 05:34
Browse files- _res/_custom.css +1 -1
_res/_custom.css
CHANGED
@@ -9,7 +9,7 @@ body {
|
|
9 |
justify-content: center;
|
10 |
align-items: center;
|
11 |
z-index: 200;
|
12 |
-
transition: opacity 0.8s ease-out, backdrop-filter 0.8s ease-out;
|
13 |
|
14 |
& #alertModal {
|
15 |
position: absolute !important;
|
|
|
9 |
justify-content: center;
|
10 |
align-items: center;
|
11 |
z-index: 200;
|
12 |
+
transition: opacity 0.8s ease-in-out, backdrop-filter 0.8s ease-in-out;
|
13 |
|
14 |
& #alertModal {
|
15 |
position: absolute !important;
|