From 6c9d3a9e68640afae97d3f967b2f02c325d9d78e Mon Sep 17 00:00:00 2001 From: plhnk Date: Tue, 28 Apr 2020 15:30:07 -0700 Subject: [PATCH] =?UTF-8?q?temp=20fix=20#660=20=E2=80=94=20need=20to=20tes?= =?UTF-8?q?t=20rest=20of=20the=20site?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/theme/documentation.module.scss | 6 +++--- src/theme/global.scss | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/theme/documentation.module.scss b/src/theme/documentation.module.scss index c7c26cb9d..9f81cf593 100644 --- a/src/theme/documentation.module.scss +++ b/src/theme/documentation.module.scss @@ -2,9 +2,9 @@ @import 'theme/longform.scss'; .theme { - height: 100vh; - overflow-y: auto; - overflow-x: hidden; + // height: 100vh; This breaks browser scroll + // overflow-y: auto; commenting for now to troubleshoot. + // overflow-x: hidden; Fix in #660 // homepages .background { background: $white; diff --git a/src/theme/global.scss b/src/theme/global.scss index cbd0af59f..9ecfc7b9e 100644 --- a/src/theme/global.scss +++ b/src/theme/global.scss @@ -36,7 +36,7 @@ body { font-size: 16px; font-family: $fontFamilyPrimary; margin: 0; - overflow-x: hidden; + // overflow-x: hidden; // fixing #660 ::selection { background: #05f; color: #fff; @@ -57,7 +57,7 @@ p { margin-bottom: 1em; &:hover .nice-anchor { opacity: 1; - transition: opacity .2s ease-in-out; + transition: opacity 0.2s ease-in-out; } } @@ -97,5 +97,5 @@ img { margin-left: -$spacingBase; padding-right: $spacingSmall; opacity: 0; - transition: opacity .2s ease-in-out; -} \ No newline at end of file + transition: opacity 0.2s ease-in-out; +}