mirror of
https://github.com/plankanban/planka.git
synced 2025-12-25 17:25:01 +03:00
Make columns itself scrollable, fix action creation when moving card, little refactoring
This commit is contained in:
@@ -46,4 +46,6 @@ UserStep.propTypes = {
|
||||
onClose: PropTypes.func.isRequired,
|
||||
};
|
||||
|
||||
export default withPopup(UserStep);
|
||||
export default withPopup(UserStep, {
|
||||
position: 'bottom right',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user