[Update] root.css: Prevent user drag and select images.
This commit is contained in:
@@ -43,3 +43,8 @@ svg {
|
||||
p {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
img {
|
||||
user-select: none;
|
||||
-webkit-user-drag: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
Reference in New Issue
Block a user