File tree Expand file tree Collapse file tree
src/components/Search/FilterDropdowns Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -191,12 +191,11 @@ function DropdownButton({
191191 restoreFocusType = { CONST . MODAL . RESTORE_FOCUS_TYPE . DELETE }
192192 shouldEnableNewFocusManagement
193193 shouldMeasureAnchorPositionFromTop = { false }
194- shouldUseModalPaddingStyle = { false }
195194 outerStyle = { { ...StyleUtils . getOuterModalStyle ( windowHeight , viewportOffsetTop ) , ...containerStyles } }
196195 // This must be false because we dont want the modal to close if we open the RHP for selections
197196 // such as date years
198197 shouldCloseWhenBrowserNavigationChanged = { false }
199- innerContainerStyle = { containerStyles }
198+ innerContainerStyle = { { ... containerStyles , ... styles . p0 } }
200199 popoverDimensions = { {
201200 width : actualPopoverWidth ,
202201 height : CONST . POPOVER_DROPDOWN_MIN_HEIGHT ,
You can’t perform that action at this time.
0 commit comments