summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
index d5da1b0..0d74003 100644
--- a/src/style.css
+++ b/src/style.css
@@ -122,6 +122,14 @@ nav ul {
margin: 0;
padding: 0;
z-index: 69;
+
+ -ms-overflow-style: none; /* IE and Edge */
+ scrollbar-width: none; /* Firefox */
+}
+
+/* Hide scrollbar for Chrome, Safari, and Opera */
+nav ul::-webkit-scrollbar {
+ display: none;
}
nav > ul {