diff options
| author | lambadalambda <gitgud@rogerbraun.net> | 2017-09-13 04:46:24 -0400 |
|---|---|---|
| committer | lambadalambda <gitgud@rogerbraun.net> | 2017-09-13 04:46:24 -0400 |
| commit | c6b909570a55741320685b46b1e719c5c274b514 (patch) | |
| tree | 5f3484c7e495f9e8a3b98713d0db7fc0284c5fe5 /src/components/attachment/attachment.vue | |
| parent | e7691bff82c5d14505627ed84955be3080c7137b (diff) | |
| parent | 8a51bc6e228af875167a8ec2023181382c388a4d (diff) | |
Merge branch 'fix/upload-buttons-clickable' into 'develop'
Fix hide and cancel buttons on chromium
See merge request !119
Diffstat (limited to 'src/components/attachment/attachment.vue')
| -rw-r--r-- | src/components/attachment/attachment.vue | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue index d45a6825..870ee233 100644 --- a/src/components/attachment/attachment.vue +++ b/src/components/attachment/attachment.vue @@ -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 { |
