disable user drag on links and images
This commit is contained in:
parent
e589a87298
commit
3c39dbf01e
1 changed files with 5 additions and 0 deletions
|
@ -98,6 +98,11 @@ hr {
|
|||
}
|
||||
}
|
||||
|
||||
img,
|
||||
a {
|
||||
-webkit-user-drag: none;
|
||||
}
|
||||
|
||||
.columns {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
|
Loading…
Reference in a new issue