Skip to content
Snippets Groups Projects
Commit c6b90957 authored by lambadalambda's avatar lambadalambda
Browse files

Merge branch 'fix/upload-buttons-clickable' into 'develop'

Fix hide and cancel buttons on chromium

See merge request !119
parents e7691bff 8a51bc6e
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
......@@ -143,6 +143,7 @@
.icon-cancel {
cursor: pointer;
z-index: 4;
}
.autocomplete-panel {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment