Fix transition

This commit is contained in:
2021-06-22 00:43:25 +02:00
parent ec216188bf
commit d8e4fe3cb2

View File

@@ -314,8 +314,7 @@ table {width: auto !important;}
box-shadow: 1px 1px var(--layer_4_shadow) var(--shadow_color);
border-radius: 10px;
z-index: 50;
transition: opacity .4s;
transition: left .4s;
transition: opacity .4s, left .5s, top .5s;
}
.intro_popup:before {
content: "";