From a5c20c1464ad2aced6b0f3826aece82dc0ab8a87 Mon Sep 17 00:00:00 2001 From: Justin Palmer Date: Mon, 4 Feb 2013 13:38:21 -0800 Subject: [PATCH] scrolling is a nice feature --- static/select-list.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/select-list.css b/static/select-list.css index 7f0b267c6..540d9fbbe 100644 --- a/static/select-list.css +++ b/static/select-list.css @@ -2,7 +2,7 @@ border: 1px solid #212121; max-height: 390px; position: relative; - overflow: hidden; + overflow: auto; } .select-list ol:empty {