[S] Make images not draggable

This commit is contained in:
Hykilpikonna
2021-12-10 15:03:35 -05:00
parent 0f5c659bcf
commit 69a93ce70c
+9
View File
@@ -131,6 +131,15 @@ body
flex-flow: column
height: 100%
img
user-drag: none
-webkit-user-drag: none
user-select: none
-moz-user-select: none
-webkit-user-select: none
-ms-user-select: none
body
background: #f9f2e0
height: 100%