mirror of
https://github.com/pretix/pretix.git
synced 2025-12-05 21:32:28 +00:00
Fix widget bug with large number of variations
This commit is contained in:
@@ -355,7 +355,7 @@
|
||||
-webkit-transition-timing-function: ease-in;
|
||||
-o-transition-timing-function: ease-in;
|
||||
transition-timing-function: ease-in;
|
||||
max-height: 1000px;
|
||||
max-height: 10000px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.pretix-widget-event-header {
|
||||
|
||||
Reference in New Issue
Block a user