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:
Jan Jakes
2023-10-19 18:02:40 +02:00
committed by Aschepikov
parent 9e036244c4
commit df9e582924
3 changed files with 41 additions and 2 deletions

View File

@ -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;
}