From e1824a3d8576325b0dc8e7980e3b03af2a807c8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 25 Mar 2019 14:49:33 +0100 Subject: [PATCH] Fix popover menu of vue-components MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- css/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.scss b/css/style.scss index 876b4a849..8ad4a45f8 100644 --- a/css/style.scss +++ b/css/style.scss @@ -654,7 +654,7 @@ input.input-inline { min-height: 16px; } -.popovermenu { +.popovermenu:not(.action-item__menu) { z-index: 999; opacity: 1; display: block;