diff --git a/src/Components/DropdownField.res b/src/Components/DropdownField.res
index 3ac870ad0..667b74429 100644
--- a/src/Components/DropdownField.res
+++ b/src/Components/DropdownField.res
@@ -99,7 +99,12 @@ let make = (
Option.isSome}>
+ className="absolute top-2.5 right-0 left-2 bottom-0 pointer-events-none rounded-sm"
+ style={ReactDOMStyle.make(
+ ~background=disabled ? disbaledBG : themeObj.colorBackground,
+ ~borderRadius="6px",
+ (),
+ )}>
{React.string(displayValue->Option.getOr(""))}