Move image click to frame and remove image selection

This commit is contained in:
2026-08-19 18:05:18 +02:00
parent 4d07b94fee
commit 1765d70911
2 changed files with 8 additions and 2 deletions
+3
View File
@@ -48,6 +48,9 @@
height: 100%;
max-width: 100%;
object-fit: contain;
// Prevent ugly selection when
// clicking to change the image
user-select: none;
}
}
}