Fix hide and cancel buttons on chromium

This commit is contained in:
eal 2017-09-10 13:33:02 +03:00
parent 9c7eb1de3c
commit 8a51bc6e22
2 changed files with 3 additions and 0 deletions

View file

@ -55,6 +55,7 @@
background: rgba(230,230,230,0.6);
border-radius: 5px;
font-weight: bold;
z-index: 4;
}
video {
@ -62,6 +63,7 @@
border: 1px solid;
border-radius: 5px;
width: 100%;
z-index: 0;
}
audio {

View file

@ -143,6 +143,7 @@
.icon-cancel {
cursor: pointer;
z-index: 4;
}
.autocomplete-panel {