Update Z-Indices
This commit is contained in:
parent
24f6741c0c
commit
2377d395c3
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,6 @@ export class BetterSelect extends HTMLElement {
|
|||
static styleSheet = css`
|
||||
:host {
|
||||
position: relative;
|
||||
z-index: 100;
|
||||
display: inline-block;
|
||||
}
|
||||
* {
|
||||
|
@ -78,6 +77,7 @@ export class BetterSelect extends HTMLElement {
|
|||
position: absolute;
|
||||
flex-flow: column;
|
||||
margin: 0;
|
||||
z-index: var(--layer-dropdown, 100);
|
||||
}
|
||||
[part="drop-down"]:modal {
|
||||
margin: auto;
|
||||
|
|
Loading…
Reference in a new issue