diff --git a/get_together/templates/get_together/base.html b/get_together/templates/get_together/base.html index 6dae17c..7e65c98 100644 --- a/get_together/templates/get_together/base.html +++ b/get_together/templates/get_together/base.html @@ -40,6 +40,9 @@ body { } form { display: inline; +} +.ui-selectmenu-menu .ui-menu { + height: 200px; }