fix: convert sort dropdown to signal-based for iOS Safari

This commit is contained in:
spinline
2026-02-06 17:19:47 +03:00
parent 2a919211d9
commit 14f811fd79
2 changed files with 36 additions and 45 deletions

View File

@@ -1328,34 +1328,6 @@
--toast-x: 0;
}
}
.dropdown-end {
@layer daisyui.l1.l2 {
--anchor-h: span-left;
:where(.dropdown-content) {
inset-inline-end: calc(0.25rem * 0);
translate: 0 0;
[dir="rtl"] & {
translate: 0 0;
}
}
&.dropdown-left {
--anchor-h: left;
--anchor-v: span-top;
.dropdown-content {
top: auto;
bottom: calc(0.25rem * 0);
}
}
&.dropdown-right {
--anchor-h: right;
--anchor-v: span-top;
.dropdown-content {
top: auto;
bottom: calc(0.25rem * 0);
}
}
}
}
.toast-bottom {
@layer daisyui.l1.l2 {
top: auto;
@@ -1363,6 +1335,9 @@
--toast-y: 0;
}
}
.top-full {
top: 100%;
}
.right-0 {
right: calc(var(--spacing) * 0);
}
@@ -1596,6 +1571,9 @@
gap: calc(0.25rem * 2);
}
}
.mt-1 {
margin-top: calc(var(--spacing) * 1);
}
.mt-2 {
margin-top: calc(var(--spacing) * 2);
}