Widget: Fix CSS issue during load

This commit is contained in:
Raphael Michel
2020-09-08 18:46:47 +02:00
parent f3282807e2
commit 5c3ef3f2b9

View File

@@ -548,7 +548,7 @@
z-index: 16777271;
visibility: hidden;
opacity: 0;
transition: opacity 0.5s, visibility 0.5s;
transition: opacity 0.5s; /* do not animate visibility or we'll have a flashing thing on load */
&.pretix-widget-alert-shown {
visibility: visible;