@sellgar/kit 0.0.44 → 0.0.46
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.js +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10550,7 +10550,8 @@ const Du = $.createContext(null), Nu = () => {
|
|
|
10550
10550
|
style: {
|
|
10551
10551
|
outline: "none",
|
|
10552
10552
|
...i,
|
|
10553
|
-
...t.floating.floatingStyles
|
|
10553
|
+
...t.floating.floatingStyles,
|
|
10554
|
+
zIndex: 999
|
|
10554
10555
|
},
|
|
10555
10556
|
children: r
|
|
10556
10557
|
}
|