stop annoying drag on some handles

This commit is contained in:
2026-06-30 12:53:02 -04:00
parent 16cf675e87
commit 1426164dc4
+7 -3
View File
@@ -91,8 +91,12 @@
<button id="final_change_password_button">Change Password</button>
</div>
<div id="resize_photo_dialouge" class="card static_center hidden">
<div id="image_container">
<div
id="resize_photo_dialouge"
class="card static_center hidden"
draggable="false"
>
<div id="image_container" draggable="false">
<img
id="new_profile_image"
alt="new-profile-image"
@@ -125,7 +129,7 @@
</div>
<div id="resize_photo_box" draggable="false"></div>
</div>
<button id="confirm_change">Confirm Change</button>
<button id="confirm_change" draggable="false">Confirm Change</button>
</div>
<img id="logo_image" alt="logo" src="/logo" />