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