Fixes z-index (#939)

This commit is contained in:
Henry Wilkinson 2023-07-04 23:05:09 -04:00 committed by GitHub
parent ac4716614e
commit 8a240ad044
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ export class TagInput extends LitElement {
}
sl-popup::part(popup) {
z-index: 2;
z-index: 3;
}
.shake {