Disable drag on images etc

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2024-07-26 14:08:41 +02:00
parent d6f2b0bb51
commit 0977678434
Signed by: luzifer
SSH Key Fingerprint: SHA256:/xtE5lCgiRDQr8SLxHMS92ZBlACmATUmF1crK16Ks4E

View File

@ -1,3 +1,7 @@
* {
-webkit-user-drag: none !important;
}
html,
body,
#app {