From ab3633f3ffc2e7445dd9ed8447402756cd676fa8 Mon Sep 17 00:00:00 2001 From: Julian Steinwachs Date: Thu, 22 Jan 2015 19:08:00 +0100 Subject: [PATCH] fixed a bug in reply button in conversation modal --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 6093416..4986f65 100644 --- a/css/style.css +++ b/css/style.css @@ -1543,7 +1543,7 @@ ol.toptrends-list { .prompt-wrapper { - position: absolute; + position: fixed; top: 50%; left: 50%; background: rgba( 255, 255,255, 1.0 );