2
0

fix(editor): 🐛 Back action trigger on finger swipe

This commit is contained in:
Baptiste Arnaud
2022-06-30 11:52:40 +02:00
parent 6e5f507171
commit db9a314b9f

View File

@ -1,3 +1,8 @@
html,
body {
overscroll-behavior-x: none;
}
.grabbing * {
cursor: grabbing !important;
}