[Update] root.css: Prevent user drag and select images.

This commit is contained in:
Sakamoto Shiina
2024-12-30 21:28:20 +09:00
parent 806e65e85e
commit 9ee1275162

View File

@@ -42,4 +42,9 @@ svg {
p {
white-space: pre-wrap;
}
img {
user-select: none;
-webkit-user-drag: none;
-webkit-user-select: none;
}