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;