Skip to content

Commit f0e0c0e

Browse files
authored
Fix drag bug
1 parent 19faffa commit f0e0c0e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,11 @@
209209
background-color: #fff;
210210
display: block;
211211
margin-bottom: 16px;
212+
-webkit-user-select: none;
213+
-moz-user-select: none;
214+
user-select: none;
215+
-webkit-user-drag: none;
216+
-khtml-user-drag: none;
212217
}
213218

214219
/* ───────── 6. Bottom Slider Panel ─ */

0 commit comments

Comments
 (0)