Updated some popover positions to be majorly on screen
• Updated: - some popover positions to be majorly on screen
This commit is contained in:
parent
504f04c7be
commit
9fe2837539
@ -39,7 +39,7 @@ const mapDispatchToProps = (dispatch, { intl }) => ({
|
|||||||
targetRef,
|
targetRef,
|
||||||
group,
|
group,
|
||||||
isAdmin,
|
isAdmin,
|
||||||
position: 'top',
|
position: 'left',
|
||||||
}))
|
}))
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ const mapDispatchToProps = (dispatch) => ({
|
|||||||
onOpenNavSettingsPopover(targetRef) {
|
onOpenNavSettingsPopover(targetRef) {
|
||||||
dispatch(openPopover(POPOVER_NAV_SETTINGS, {
|
dispatch(openPopover(POPOVER_NAV_SETTINGS, {
|
||||||
targetRef,
|
targetRef,
|
||||||
position: 'top',
|
position: 'left-end',
|
||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
@ -74,7 +74,7 @@ class ProfileHeader extends ImmutablePureComponent {
|
|||||||
openProfileOptionsPopover({
|
openProfileOptionsPopover({
|
||||||
account,
|
account,
|
||||||
targetRef: this.openMoreNode,
|
targetRef: this.openMoreNode,
|
||||||
position: 'top',
|
position: 'left',
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ const mapDispatchToProps = (dispatch) => ({
|
|||||||
dispatch(openPopover('STATUS_OPTIONS', {
|
dispatch(openPopover('STATUS_OPTIONS', {
|
||||||
targetRef,
|
targetRef,
|
||||||
status,
|
status,
|
||||||
position: 'top',
|
position: 'left-start',
|
||||||
}))
|
}))
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user