Skip to content

Commit 8089280

Browse files
committed
remove 'positionFixed' from DropdownMenu
1 parent a227102 commit 8089280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RoleStatusEditor/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const RoleStatusEditor = ({ isShowDropdownIcon, currentOption, menuOptions, onCh
3636
</div>
3737
</DropdownToggle>
3838
<DropdownMenu
39-
positionFixed={true}
39+
className="position-fixed"
4040
modifiers={[{ name: 'preventOverflow', options: { boundary: document.body } }]}
4141
>
4242
{menuOptions.map(option => {

0 commit comments

Comments
 (0)