From 55ce9b9a62fee43e72336a44f72fb819ef9b9576 Mon Sep 17 00:00:00 2001 From: Dionysis Zindros Date: Fri, 10 Jan 2014 16:26:16 -0800 Subject: [PATCH] Fix hashtag modal scrollbar --- css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 49cfe6d..d32ff8f 100644 --- a/css/style.css +++ b/css/style.css @@ -1327,11 +1327,12 @@ button.disabled:hover width: 560px; height: 470px; margin: -200px 0 0 -280px; - overflow-x: hidden; + overflow: hidden; } .hashtag-modal .modal-content { overflow-y: auto; + height: 440px; } .hashtag-modal .modal-buttons {