From 0cb722b9fa33ea78f678dddb5f0b00c74f8d9d6b Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 26 Aug 2015 11:56:03 -0400 Subject: [PATCH] prevent floating button from getting hidden behind other components --- public/less/admin/admin.less | 1 + 1 file changed, 1 insertion(+) diff --git a/public/less/admin/admin.less b/public/less/admin/admin.less index e3296d7929..9c9bb584e4 100644 --- a/public/less/admin/admin.less +++ b/public/less/admin/admin.less @@ -51,6 +51,7 @@ position: fixed; right: 30px; bottom: 30px; + z-index: 1; } .user-img {