fix button and battery z-index

This commit is contained in:
Silver Kuusik 2017-12-20 01:47:58 +01:00 committed by GitHub
parent 1db25f2260
commit 9c53c50ac3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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;