Skip to content

Commit

Permalink
Tags matchlist on top of following markdown toolbar (#2489)
Browse files Browse the repository at this point in the history
Set z-index of matchlist to ensure on top of following markdown toolbar
  • Loading branch information
bjarnef authored Oct 28, 2024
1 parent 84ee37e commit 0455bfd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,6 @@ export class UmbTagsInputElement extends UUIFormControlMixin(UmbLitElement, '')
}
#matchlist {
display: none;
display: flex;
flex-direction: column;
background-color: var(--uui-color-surface);
Expand All @@ -403,6 +402,7 @@ export class UmbTagsInputElement extends UUIFormControlMixin(UmbLitElement, '')
top: var(--uui-size-space-6);
border-radius: var(--uui-border-radius);
border: 1px solid var(--uui-color-border);
z-index: 10;
}
#matchlist label {
Expand Down

0 comments on commit 0455bfd

Please sign in to comment.