From 1fc335d84abb89807725097d113a9096e71823e2 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Thu, 10 Mar 2016 13:28:22 -0500 Subject: [PATCH] FIX: When showing subcategory list you couldn't see the bulk button --- app/assets/stylesheets/desktop/topic-list.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/desktop/topic-list.scss b/app/assets/stylesheets/desktop/topic-list.scss index c62ce07318f..74c1ab80ee9 100644 --- a/app/assets/stylesheets/desktop/topic-list.scss +++ b/app/assets/stylesheets/desktop/topic-list.scss @@ -260,6 +260,7 @@ #bulk-select { position: fixed; right: 20px; + top: 130px; padding: 5px; background-color: $secondary; z-index: 99999;