From a2afb1078b6d537d883b74d6c4b2f41cd95eaf1d Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 16 Nov 2014 20:27:48 -0800 Subject: [PATCH] Fix thread stats not being draggable by IP count or page. --- 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 6dc61c246..64af98308 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -751,7 +751,7 @@ span.hide-announcement { border: none; box-shadow: none; } -:root.float #post-count, :root.float #file-count { +:root.float #thread-stats > .move > span { pointer-events: none; } :root.float #thread-stats {