aboutsummaryrefslogtreecommitdiff
path: root/src/components/attachment/attachment.vue
diff options
context:
space:
mode:
authoreal <eal@waifu.club>2017-09-10 13:33:02 +0300
committereal <eal@waifu.club>2017-09-10 13:33:02 +0300
commit8a51bc6e228af875167a8ec2023181382c388a4d (patch)
tree82da9c1232d8a6285ae17b53769fb9563eb343f4 /src/components/attachment/attachment.vue
parent9c7eb1de3c58b3ddc78548f814f7130d7d9aa99c (diff)
Fix hide and cancel buttons on chromium
Diffstat (limited to 'src/components/attachment/attachment.vue')
-rw-r--r--src/components/attachment/attachment.vue2
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 {