mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-19 21:04:33 +08:00
fix(editor): 🐛 Back action trigger on finger swipe
This commit is contained in:
parent
6e5f507171
commit
db9a314b9f
@ -1,3 +1,8 @@
|
||||
html,
|
||||
body {
|
||||
overscroll-behavior-x: none;
|
||||
}
|
||||
|
||||
.grabbing * {
|
||||
cursor: grabbing !important;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user