fix: the issue of hidden text by menu bar (#4624)

Co-authored-by: Philip <65334274+pschopen@users.noreply.github.com>
This commit is contained in:
backportbot-nextcloud[bot]
2023-04-26 18:49:11 +02:00
committed by GitHub
parent aac5c1ff72
commit 3cda8eab77

View File

@@ -417,7 +417,7 @@ h5 {
.app-sidebar__tab .description__text .text-menubar { .app-sidebar__tab .description__text .text-menubar {
top: -10px !important; top: -10px !important;
z-index: 100; z-index: 1;
} }
.modal__card .description__text .text-menubar { .modal__card .description__text .text-menubar {