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 {