From 3cda8eab77a9cc0f6e9dc042ca494ae2610272ad Mon Sep 17 00:00:00 2001 From: "backportbot-nextcloud[bot]" <45182681+backportbot-nextcloud[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 18:49:11 +0200 Subject: [PATCH] fix: the issue of hidden text by menu bar (#4624) Co-authored-by: Philip <65334274+pschopen@users.noreply.github.com> --- src/components/card/Description.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/card/Description.vue b/src/components/card/Description.vue index 3a05f6089..dc8a05668 100644 --- a/src/components/card/Description.vue +++ b/src/components/card/Description.vue @@ -417,7 +417,7 @@ h5 { .app-sidebar__tab .description__text .text-menubar { top: -10px !important; - z-index: 100; + z-index: 1; } .modal__card .description__text .text-menubar {