dialog wip

This commit is contained in:
2024-08-15 22:11:26 +03:00
parent 113533408d
commit 2429d4acb5
19 changed files with 364 additions and 112 deletions
+4 -1
View File
@@ -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;