diff --git a/src/components/Dropdown/index.tsx b/src/components/Dropdown/index.tsx index db976f5..fd6a4e8 100644 --- a/src/components/Dropdown/index.tsx +++ b/src/components/Dropdown/index.tsx @@ -206,11 +206,11 @@ const DropdownComponent: ( setPosition({ isFull, - width: Math.floor(width), + width: width, top: Math.floor(top + statusBarHeight), bottom: Math.floor(bottom - statusBarHeight), - left: Math.floor(left), - height: Math.floor(height), + left: left, + height: height, }); }); }