Monitors should be under navbar

Change the z-index to 99
This commit is contained in:
apple502j 2019-01-08 20:36:50 +09:00 committed by GitHub
parent f8c75566fa
commit 76e01f5919
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
position: fixed;
top: 0;
left: 0;
z-index: 10;
z-index: 99;
border-bottom: 1px solid $active-gray;
box-shadow: 0 0 3px $box-shadow-gray;