From c6aaeb9932b07bf0717e37368bb73c1c19cc7c4d Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 14 Sep 2015 10:36:24 +0800 Subject: [PATCH] Fix instant progress bar position --- static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 90966a52e0..221713fc84 100644 --- a/static/style.css +++ b/static/style.css @@ -1967,7 +1967,8 @@ a.entry-link:hover .anticon-smile { } #instantclick { - margin-top: 80px; + top: 80px!important; + position: absolute!important; } #instantclick-bar {