diff --git a/website/static/css/style.css b/website/static/css/style.css index 414ce0c838f810d2f632de1701914f1f1082738c..dcbd2863a9ba7271b92890b6d75325293717aaee 100644 --- a/website/static/css/style.css +++ b/website/static/css/style.css @@ -174,6 +174,7 @@ ul.ui-autocomplete { width: 100%; bottom: 0; overflow: scroll; + display: none; } #about-container { width: 100%; diff --git a/whats_open/templates/base.html b/whats_open/templates/base.html index 310074319c15bb3295e18d8459ad7a311cec2bae..c465a9caf01ff14f8c64ecc1ed09ea6a4f5eac7a 100644 --- a/whats_open/templates/base.html +++ b/whats_open/templates/base.html @@ -43,7 +43,7 @@ {% endblock %} -