From 407526b3b1a256c4e2e7afb61e8c2cf28b3e9189 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Thu, 1 Oct 2015 20:15:41 -0400 Subject: [PATCH] fix paginator zindex and unread width --- less/category.less | 1 - less/topic.less | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/less/category.less b/less/category.less index 9b008aa..9a50a09 100644 --- a/less/category.less +++ b/less/category.less @@ -50,7 +50,6 @@ .transition(.2s ease-in-out opacity); } - width: 50px; float: left; } diff --git a/less/topic.less b/less/topic.less index 64d7c45..b9e0f43 100644 --- a/less/topic.less +++ b/less/topic.less @@ -326,6 +326,7 @@ background-color: #eee; bottom: 0px; left: 0px; + z-index: 100; .wrapper { padding: 5px 0px 5px 0px;