Implement new automation scrolling with simultaneous X and Y scroll support
This fixes horizontal scroll bar appearing only after scrolling till the end vertically. Allows for simultaneous X and Y axis scrolling on trackpads and touch devices. [MAILPOET-5587]
This commit is contained in:
@ -3,10 +3,11 @@
|
||||
display: grid;
|
||||
flex-grow: 1;
|
||||
grid-template-rows: auto 1fr;
|
||||
overflow: scroll;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.mailpoet-automation-editor-automation-wrapper {
|
||||
overflow: scroll;
|
||||
padding: 0 20px 50px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user