Added another z-index fix

This commit is contained in:
Maxim 2019-04-12 14:08:10 -05:00 committed by GitHub
parent aeb5c29f60
commit 6913911b20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@
#controls { #controls {
display: block; display: block;
position: fixed; position: fixed;
z-index: 999;
} }
#controls { top: 0em; } #controls { top: 0em; }