Merge pull request #4490 from nextcloud/fix/4484

fix: Use proper z-index for text menubar
This commit is contained in:
Julius Härtl
2023-03-01 22:13:22 +01:00
committed by GitHub

View File

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