{clickableComponent && (
@@ -175,7 +187,7 @@ export const Dropdown = ({
width={dropdownMenuWidth ?? dropdownWidth}
data-select-disable
ref={refs.setFloating}
- style={floatingStyles}
+ style={dropdownMenuStyles}
>
{dropdownComponents}
@@ -187,7 +199,7 @@ export const Dropdown = ({
width={dropdownMenuWidth ?? dropdownWidth}
data-select-disable
ref={refs.setFloating}
- style={floatingStyles}
+ style={dropdownMenuStyles}
>
{dropdownComponents}
@@ -199,6 +211,6 @@ export const Dropdown = ({