From 8fe0c110a98d7d373f3a6aea3615686ab934fed5 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sun, 24 Mar 2013 17:53:58 +0100 Subject: [PATCH] The watcher doesn't need the `position: fixed;` property. #968 --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index d23967a53..0e9494217 100644 --- a/css/style.css +++ b/css/style.css @@ -60,7 +60,7 @@ a[href="javascript:;"] { #qp, #ihover, #updater, #thread-stats, #navlinks, #header, -#qr, #watcher { +#qr { position: fixed; } #overlay {