@tombcato/ai-selector-core 0.1.2 → 0.1.3
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/package.json +1 -1
- package/src/styles.css +2 -0
package/package.json
CHANGED
package/src/styles.css
CHANGED
|
@@ -61,6 +61,8 @@
|
|
|
61
61
|
.apmsu-dropdown {
|
|
62
62
|
@apply absolute z-50 mt-1 w-full overflow-hidden rounded-md border border-gray-200 dark:border-zinc-800 bg-white dark:bg-zinc-900 shadow-xl;
|
|
63
63
|
border-width: 1px;
|
|
64
|
+
/* Hack to fix rendering glitch where dropdown content is white/hidden until scroll */
|
|
65
|
+
transform: translateZ(0);
|
|
64
66
|
|
|
65
67
|
/* 动画初始状态 */
|
|
66
68
|
max-height: 0;
|