mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +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;
|
-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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user