From ea9962dbe09bdf25462b34936f9df9927038bde6 Mon Sep 17 00:00:00 2001 From: Cailean Finn Date: Tue, 17 Sep 2024 19:32:30 +0100 Subject: [PATCH] final update --- public/css/styles.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/public/css/styles.css b/public/css/styles.css index d94f6ab..2d1402e 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -177,6 +177,12 @@ hr { overflow-y: scroll; box-sizing: border-box; /* Include padding in the height calculation */ flex: 1; + -ms-overflow-style: none; /* IE and Edge */ + scrollbar-width: none; /* Firefox */ +} + +#main-container::-webkit-scrollbar{ + display: none; } #index-container { @@ -426,7 +432,8 @@ hr { font-size: 18px; font-family: 'Inter', sans-serif; line-height: 25px; - font-style: italic; + + font-weight: 300; } #page-header { @@ -515,6 +522,8 @@ hr { padding-top: 50px; padding-bottom: 50px; overflow-y: scroll; + -ms-overflow-style: none; /* IE and Edge */ + scrollbar-width: none; /* Firefox */ } #article-text::-webkit-scrollbar {