Update styles.css

This commit is contained in:
Timothy Pidashev
2021-10-03 11:50:31 -07:00
committed by GitHub
parent ad75d90d9f
commit 98a7a589cc

View File

@@ -95,11 +95,14 @@ html {
-ms-overflow-style: none; /* Hide scrollbar for Internet Explorer and Edge */ -ms-overflow-style: none; /* Hide scrollbar for Internet Explorer and Edge */
scrollbar-width: none; /* Hide scrollbar for Firefox */ scrollbar-width: none; /* Hide scrollbar for Firefox */
scroll-behavior: smooth; scroll-behavior: smooth;
overflow: scroll;
overflow-x: hidden;
} }
/* Hide scrollbar for Chrome, Safari and Opera */ /* Hide scrollbar for Chrome, Safari and Opera */
.html::-webkit-scrollbar { .html::-webkit-scrollbar {
display: none; width: 0;
background: transparent; /* Optional: just make scrollbar invisible */ background: transparent; /* Optional: just make scrollbar invisible */
} }