feat: implement touch dragging event (#2224)

This commit is contained in:
Rahmat Ardiansyah
2025-12-10 01:50:04 +07:00
committed by GitHub
parent 722277b202
commit bacd19c4ea
2 changed files with 45 additions and 4 deletions

View File

@@ -65,7 +65,6 @@ pre {
overflow: hidden;
& > .mermaid-content {
padding: 2rem;
position: relative;
transform-origin: 0 0;
transition: transform 0.1s ease;