@hoddy-ui/core 1.0.25 → 1.0.26
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
CHANGED
|
@@ -80,7 +80,7 @@ export const Locator: React.FC<LocatorProps> = ({
|
|
|
80
80
|
borderRadius: 10,
|
|
81
81
|
marginBottom: 10,
|
|
82
82
|
width: "100%",
|
|
83
|
-
zIndex:
|
|
83
|
+
zIndex: 20,
|
|
84
84
|
marginTop: float ? 2 : "15@ms",
|
|
85
85
|
top: float ? "100%" : undefined,
|
|
86
86
|
position: float ? "absolute" : "relative",
|
|
@@ -160,7 +160,7 @@ export const Locator: React.FC<LocatorProps> = ({
|
|
|
160
160
|
}, [GOOGLE_MAP_API_KEY]);
|
|
161
161
|
|
|
162
162
|
return (
|
|
163
|
-
<View style={{ zIndex:
|
|
163
|
+
<View style={{ zIndex: 10 }}>
|
|
164
164
|
{renderInput ? (
|
|
165
165
|
renderInput({
|
|
166
166
|
onFocus: () => search(value),
|