dialog wip
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
.dropdown {
|
||||
position: relative;
|
||||
z-index: 20;
|
||||
overflow: visible;
|
||||
|
||||
}
|
||||
|
||||
.dropdown-button > div {
|
||||
@@ -15,7 +18,7 @@
|
||||
overflow: visible;
|
||||
position: absolute;
|
||||
border-radius: 12px;
|
||||
z-index: 9;
|
||||
z-index: 20;
|
||||
background: var(--background);
|
||||
filter: brightness(97%);
|
||||
transition: 600ms;
|
||||
|
||||
Reference in New Issue
Block a user