From b373f50ad370b65658f3d266ba0fdfc6c55c6b40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Mon, 14 Nov 2022 10:44:19 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20body=20classes=20=F0=9F=A4=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/_base.scss | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/style/_base.scss b/src/style/_base.scss index 29e662c..bd5314f 100644 --- a/src/style/_base.scss +++ b/src/style/_base.scss @@ -24,13 +24,6 @@ html { color: #fff; min-width: 320px; word-break: normal; - - &.block-scroll { - overflow: hidden; - } - &.is-loading * { - cursor: wait !important; - } } body { @include font-smooth; @@ -39,6 +32,13 @@ body { cursor: default; overflow-x: hidden; overscroll-behavior: none; + + &.block-scroll { + overflow: hidden; + } + &.is-loading * { + cursor: wait !important; + } } *, *:before, *:after { text-rendering: optimizeLegibility;