disable image drag
parent
f84ea8862a
commit
ac02bf5ce0
|
@ -3637,3 +3637,9 @@ details-disclosure > details {
|
||||||
gap: 20px;
|
gap: 20px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
-webkit-user-drag: none;
|
||||||
|
-moz-user-drag: none;
|
||||||
|
-ms-user-drag: none;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue