Fix: Remove non-standard 'user-drag' CSS property

This commit is contained in:
choibk 2026-01-20 14:28:15 +09:00
parent 468b7f3d68
commit 253c1c9ba5

View File

@ -67,7 +67,6 @@ img {
-khtml-user-drag: none;
-moz-user-drag: none;
-o-user-drag: none;
user-drag: none;
pointer-events: none;
/* Prevents right-click context menu on images */
}