From f785df321822ce7c5a0700792dea4694e207afae Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Mon, 1 Nov 2021 20:08:35 +0200 Subject: [PATCH] update @ Mon 1 Nov 20:08:35 EET 2021 --- content/styles/generic/main.css | 1 - content/styles/generic/main.scss | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/content/styles/generic/main.css b/content/styles/generic/main.css index d9d6986..c6ec5ba 100644 --- a/content/styles/generic/main.css +++ b/content/styles/generic/main.css @@ -4,7 +4,6 @@ margin: 0; font-family: monospace; color: #ffffff; - scroll-behavior: smooth; -ms-overflow-style: none; /* for Internet Explorer, Edge */ scrollbar-width: none; diff --git a/content/styles/generic/main.scss b/content/styles/generic/main.scss index 5411f27..0c40569 100644 --- a/content/styles/generic/main.scss +++ b/content/styles/generic/main.scss @@ -9,7 +9,7 @@ font-family: $font_default; color: $default_content_colour; - scroll-behavior: smooth; + // scroll-behavior: smooth; -ms-overflow-style: none; /* for Internet Explorer, Edge */ scrollbar-width: none; /* for Firefox */ overflow-y: scroll;