diff --git a/get_together/templates/get_together/base.html b/get_together/templates/get_together/base.html index dc3351b..e4c1f4e 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; }