Skip to content

Commit

Permalink
Merge pull request #4490 from nextcloud/fix/4484
Browse files Browse the repository at this point in the history
fix: Use proper z-index for text menubar
  • Loading branch information
juliusknorr authored Mar 1, 2023
2 parents 8fb7bb8 + 9fe79ed commit 6c4a127
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/card/Description.vue
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ h5 {

.app-sidebar__tab .description__text .text-menubar {
top: -10px !important;
z-index: 100;
}

.modal__card .description__text .text-menubar {
Expand Down

0 comments on commit 6c4a127

Please sign in to comment.