Tags matchlist on top of following markdown toolbar (#2489)
Set z-index of matchlist to ensure on top of following markdown toolbar
(cherry picked from commit c9f8f62b84)
This commit is contained in:
committed by
leekelleher
parent
0aeaf9ab65
commit
92028a2b1c
@@ -393,7 +393,6 @@ export class UmbTagsInputElement extends UUIFormControlMixin(UmbLitElement, '')
|
||||
}
|
||||
|
||||
#matchlist {
|
||||
display: none;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background-color: var(--uui-color-surface);
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user