Fix page number being unclickable with movable thread stats. #410

This commit is contained in:
ccd0 2015-05-27 11:52:49 -07:00
parent 68ba762907
commit bb3b4a2a90

View File

@ -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 {