We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7066a2b commit 0555a4bCopy full SHA for 0555a4b
src/components/Custom/RJSFFormFieldAdapter/CustomPriorityBoundsField.jsx
@@ -295,7 +295,7 @@ const CustomPriorityBoundsField = (props) => {
295
296
{/* Upload GeoJSON Button */}
297
<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 ${
+ 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 ${
299
isDragOver
300
? "mr-button--green mr-bg-opacity-80"
301
: "mr-button--white hover:mr-bg-gray-50"
0 commit comments