diff --git a/static/styles.css b/static/styles.css index d4c437d..c6b6f89 100644 --- a/static/styles.css +++ b/static/styles.css @@ -11,12 +11,19 @@ html { font-weight: 400; font-size: 1vh; text-shadow: 3px 2px 2px rgba(199, 130, 59, 0.15); + -ms-overflow-style: none; /* Hide scrollbar for Internet Explorer and Edge */ + scrollbar-width: none; /* Hide scrollbar for Firefox */ scroll-behavior: smooth; -} + } + + /* Hide scrollbar for Chrome, Safari and Opera */ + .html::-webkit-scrollbar { + display: none; + } #end__of__page { margin-bottom: -30vh; -} +} .centered { display: flex;