From 46c93a2687c81849c19f6067776d0e4996e0516a Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Tue, 15 Sep 2015 16:30:35 +0800 Subject: [PATCH] FIX: Selected posts buttons not clickable. --- app/assets/stylesheets/mobile/topic-post.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index ef1bbbe8b..42849b137 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -396,7 +396,6 @@ iframe { } #selected-posts { - float: left; width: 97%; padding-left: 3%; background-color: srgb-scale($tertiary, $secondary, 15%);