From cd9132520d802820ba3987341501af612c59bd5e Mon Sep 17 00:00:00 2001 From: Benjamin Uzelac Date: Thu, 5 Nov 2015 19:43:53 -0600 Subject: [PATCH] fix z-index on scroll to top button --- src/UI/Content/theme.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/UI/Content/theme.less b/src/UI/Content/theme.less index 3e4229809..cce58b25c 100644 --- a/src/UI/Content/theme.less +++ b/src/UI/Content/theme.less @@ -81,6 +81,7 @@ .opacity (0.2); position : fixed; + z-index : 9999; bottom : 50px; right : 50px; display : none;