Updated some popover positions to be majorly on screen
• Updated: - some popover positions to be majorly on screen
This commit is contained in:
@@ -31,7 +31,7 @@ const mapDispatchToProps = (dispatch) => ({
|
||||
onOpenNavSettingsPopover(targetRef) {
|
||||
dispatch(openPopover(POPOVER_NAV_SETTINGS, {
|
||||
targetRef,
|
||||
position: 'top',
|
||||
position: 'left-end',
|
||||
}))
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user