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; }