From e6dad0427fcb30000191a83ce81e155586724902 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Fri, 10 Dec 2021 15:04:09 -0500 Subject: [PATCH] [O] Comments --- src/css/global.sass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/css/global.sass b/src/css/global.sass index 09e4ed5..b0baf45 100644 --- a/src/css/global.sass +++ b/src/css/global.sass @@ -131,6 +131,7 @@ body flex-flow: column height: 100% +// Make images not draggable img user-drag: none -webkit-user-drag: none @@ -140,6 +141,7 @@ img -webkit-user-select: none -ms-user-select: none +// Make 100% refer to 100vh and vw body background: #f9f2e0 height: 100%