From 7b2d2008b6e3f88bb5b5f8673839c5f9aa33de44 Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 24 Jan 2020 21:59:29 +0100 Subject: [PATCH] modal fixes --- scss/layout/_core.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/layout/_core.scss b/scss/layout/_core.scss index 4b95dfc62..95c450b21 100644 --- a/scss/layout/_core.scss +++ b/scss/layout/_core.scss @@ -6,13 +6,13 @@ html { body { min-height: 100%; - overflow-y: scroll; + //overflow-y: scroll; letter-spacing: $body-letter-spacing; touch-action: manipulation; text-rendering: optimizeLegibility; font-feature-settings: "liga" 0; - * { + .content * { @include scrollbar; }