fix(editor): 🐛 Back action trigger on finger swipe
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
html,
|
||||
body {
|
||||
overscroll-behavior-x: none;
|
||||
}
|
||||
|
||||
.grabbing * {
|
||||
cursor: grabbing !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user