mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Widget: Fix CSS issue during load
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user