From 9c53c50ac39de869da3a7c72cd21bdf0ed8edf2e Mon Sep 17 00:00:00 2001 From: Silver Kuusik Date: Wed, 20 Dec 2017 01:47:58 +0100 Subject: [PATCH] fix button and battery z-index --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 019bb65..cb1e779 100755 --- a/styles.css +++ b/styles.css @@ -39,7 +39,7 @@ input.has-error { padding: 0.5vw 1vw !important; } .btn-group-control { - z-index: 35; + z-index: 34; bottom: 0px; position: fixed !important; } @@ -80,7 +80,7 @@ input.has-error { } div#bar { right: 0px; - z-index: 35; + z-index: 34; font-size: 2vw; color: #ee4d4d; position: absolute;