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