Make columns itself scrollable, fix action creation when moving card, little refactoring

This commit is contained in:
Maksim Eltyshev
2020-05-16 04:09:46 +05:00
parent 66c570f234
commit 3a1929efba
44 changed files with 549 additions and 438 deletions

View File

@@ -46,4 +46,6 @@ UserStep.propTypes = {
onClose: PropTypes.func.isRequired,
};
export default withPopup(UserStep);
export default withPopup(UserStep, {
position: 'bottom right',
});