From de5e2f76a98cf55e55e1c6ea439f960022496253 Mon Sep 17 00:00:00 2001 From: saman bb Date: Wed, 6 Mar 2013 14:27:26 -0500 Subject: [PATCH] fix #816 --- css/app.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index 49a8bb297..68fb436b7 100644 --- a/css/app.css +++ b/css/app.css @@ -1322,7 +1322,10 @@ div.typeahead a:first-child { .shaded { z-index: 2; - position: relative; + position: absolute; + height: 100%; + width: 100%; + overflow: auto; } .shaded:before { content:'';