From 5ae9c1603d1d124cf1cc02b342989e13bb909422 Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Fri, 19 Jun 2015 16:23:02 +0200 Subject: [PATCH] change z-index of log buttons so the feedback button is always on top --- app/styles/app/main/log.sass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/styles/app/main/log.sass b/app/styles/app/main/log.sass index d9d1eb35..383559df 100644 --- a/app/styles/app/main/log.sass +++ b/app/styles/app/main/log.sass @@ -4,7 +4,7 @@ margin-top: 35px .log-tail - z-index: 99 + z-index: 80 position: absolute display: block top: 0 @@ -50,7 +50,7 @@ background-color: #6b0 .to-top - z-index: 99 + z-index: 80 position: absolute display: block bottom: 2px