Fix mobile problems

This commit is contained in:
lukas
2026-04-16 09:27:13 +02:00
parent 2223b2f070
commit afb11cb65f
2 changed files with 10 additions and 0 deletions
+2
View File
@@ -89,7 +89,9 @@
<Combobox.Content
class="bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 z-50 min-w-74 overflow-hidden rounded-xl border p-1 shadow-lg"
side="bottom"
sideOffset={6}
avoidCollisions={false}
>
<Combobox.Viewport class="max-h-70 p-1">
{#if loading}
+8
View File
@@ -57,3 +57,11 @@
/>
</div>
</div>
<style>
@media (pointer: coarse) {
:global(.lc-tooltip-root) {
display: none !important;
}
}
</style>