Fix z-index

pull/9/head
Chewbaka69 6 years ago
parent 075c11b97f
commit 7dd3ed8d1a

@ -1,5 +1,5 @@
#divVideo {
z-index: 1001;
z-index: 1;
position: absolute;
width: 100%;
height: 100%;

@ -7003,7 +7003,7 @@ label.disabled {
.nav-bar {
flex-grow: 0;
flex-shrink: 0;
z-index: 1000;
z-index: 1;
padding: 0 3px;
font-size: 24px;
background-color: rgba(0, 0, 0, .7)

Loading…
Cancel
Save