diff --git a/webapp/components/PostCard/PostCard.vue b/webapp/components/PostCard/PostCard.vue index d5afe90e1..5b9a792a9 100644 --- a/webapp/components/PostCard/PostCard.vue +++ b/webapp/components/PostCard/PostCard.vue @@ -176,6 +176,8 @@ export default { } .content-menu { + position: relative; + z-index: 99; display: inline-block; margin-left: $space-xx-small; margin-right: -$space-x-small;