forked from CGM_Public/pretix_original
Widget: Fix CSS issue during load
This commit is contained in:
@@ -548,7 +548,7 @@
|
|||||||
z-index: 16777271;
|
z-index: 16777271;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
opacity: 0;
|
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 {
|
&.pretix-widget-alert-shown {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
|
|||||||
Reference in New Issue
Block a user