From 69a93ce70c385b47bf99b09e08fc95b7ff15921b Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Fri, 10 Dec 2021 15:03:35 -0500 Subject: [PATCH] [S] Make images not draggable --- src/css/global.sass | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/css/global.sass b/src/css/global.sass index 26cec82..09e4ed5 100644 --- a/src/css/global.sass +++ b/src/css/global.sass @@ -131,6 +131,15 @@ body flex-flow: column height: 100% +img + user-drag: none + -webkit-user-drag: none + + user-select: none + -moz-user-select: none + -webkit-user-select: none + -ms-user-select: none + body background: #f9f2e0 height: 100%