forked from AkkomaGang/akkoma-fe
Fix hide and cancel buttons on chromium
This commit is contained in:
parent
9c7eb1de3c
commit
8a51bc6e22
2 changed files with 3 additions and 0 deletions
|
@ -55,6 +55,7 @@
|
||||||
background: rgba(230,230,230,0.6);
|
background: rgba(230,230,230,0.6);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
z-index: 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
video {
|
video {
|
||||||
|
@ -62,6 +63,7 @@
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
audio {
|
audio {
|
||||||
|
|
|
@ -143,6 +143,7 @@
|
||||||
|
|
||||||
.icon-cancel {
|
.icon-cancel {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
z-index: 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.autocomplete-panel {
|
.autocomplete-panel {
|
||||||
|
|
Loading…
Reference in a new issue