Fix widget bug with large number of variations

This commit is contained in:
Raphael Michel
2020-10-08 16:19:48 +02:00
parent f54bf3f1ea
commit dca61447cf

View File

@@ -355,7 +355,7 @@
-webkit-transition-timing-function: ease-in; -webkit-transition-timing-function: ease-in;
-o-transition-timing-function: ease-in; -o-transition-timing-function: ease-in;
transition-timing-function: ease-in; transition-timing-function: ease-in;
max-height: 1000px; max-height: 10000px;
overflow: hidden; overflow: hidden;
} }
.pretix-widget-event-header { .pretix-widget-event-header {