mirror of
https://github.com/plankanban/planka.git
synced 2025-08-05 05:25:29 +02:00
Make columns itself scrollable, fix action creation when moving card, little refactoring
This commit is contained in:
parent
c5b44598f9
commit
746e2fe790
44 changed files with 549 additions and 438 deletions
|
@ -46,4 +46,6 @@ UserStep.propTypes = {
|
|||
onClose: PropTypes.func.isRequired,
|
||||
};
|
||||
|
||||
export default withPopup(UserStep);
|
||||
export default withPopup(UserStep, {
|
||||
position: 'bottom right',
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue