From bb3b4a2a9099ef027edaf0cc84a30ec596709a64 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Wed, 27 May 2015 11:52:49 -0700 Subject: [PATCH] Fix page number being unclickable with movable thread stats. #410 --- src/General/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/General/css/style.css b/src/General/css/style.css index 3f01a3803..15de61fbf 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -868,7 +868,7 @@ span.hide-announcement { border: none; box-shadow: none; } -:root.float #thread-stats > .move > span { +:root.float #thread-stats > .move > :not(#page-count) { pointer-events: none; } :root.float #thread-stats {