Tags matchlist on top of following markdown toolbar (#2489)
Set z-index of matchlist to ensure on top of following markdown toolbar
This commit is contained in:
committed by
GitHub
parent
0c0ff1ec0a
commit
c9f8f62b84
@@ -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