logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: c6b909570a55741320685b46b1e719c5c274b514
parent: e7691bff82c5d14505627ed84955be3080c7137b
Author: lambadalambda <gitgud@rogerbraun.net>
Date:   Wed, 13 Sep 2017 04:46:24 -0400

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

Fix hide and cancel buttons on chromium

See merge request !119

Diffstat:

Msrc/components/attachment/attachment.vue2++
Msrc/components/post_status_form/post_status_form.vue1+
2 files changed, 3 insertions(+), 0 deletions(-)

diff --git 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 { diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue @@ -143,6 +143,7 @@ .icon-cancel { cursor: pointer; + z-index: 4; } .autocomplete-panel {