@mindtris/ui 0.1.21 → 0.1.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -12257,7 +12257,7 @@ function SelectContent({
|
|
|
12257
12257
|
"bg-card text-card-foreground border border-input shadow-md",
|
|
12258
12258
|
"data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",
|
|
12259
12259
|
"data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95",
|
|
12260
|
-
"relative z-
|
|
12260
|
+
"relative z-[9999] max-h-[var(--radix-select-content-available-height)] min-w-[8rem] overflow-hidden rounded-lg",
|
|
12261
12261
|
position === "popper" && "data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1",
|
|
12262
12262
|
className
|
|
12263
12263
|
),
|