Skip to content

Commit 0555a4b

Browse files
authored
fix priority bounds upload geojson css bug (#2738)
1 parent 7066a2b commit 0555a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Custom/RJSFFormFieldAdapter/CustomPriorityBoundsField.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ const CustomPriorityBoundsField = (props) => {
295295

296296
{/* Upload GeoJSON Button */}
297297
<div
298-
className={`mr-button mr-button--small mr-flex mr-items-center mr-gap-2 mr-transition-all mr-duration-300 mr-mt-2 mr-py-2 mr-cursor-pointer ${
298+
className={`mr-relative mr-button mr-button--small mr-flex mr-items-center mr-gap-2 mr-transition-all mr-duration-300 mr-mt-2 mr-py-2 mr-cursor-pointer ${
299299
isDragOver
300300
? "mr-button--green mr-bg-opacity-80"
301301
: "mr-button--white hover:mr-bg-gray-50"

0 commit comments

Comments
 (0)