diff --git a/landing-page/src/index.css b/landing-page/src/index.css index 64829d001..e53b56694 100644 --- a/landing-page/src/index.css +++ b/landing-page/src/index.css @@ -64,6 +64,15 @@ pointer-events: none; } + /* Prevent image dragging */ + img { + -webkit-user-drag: none; + -khtml-user-drag: none; + -moz-user-drag: none; + -o-user-drag: none; + user-drag: none; + } + * { @apply border-border; }