Skip to content

Commit 8a95c01

Browse files
Hide scrollbar in Firefox (#5991)
1 parent 5136d12 commit 8a95c01

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

frontend/src/components/header/styles.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
display: none;
33
}
44

5+
/* Hide the scrollbar in Firefox */
6+
.navigation-items-container {
7+
scrollbar-width: none;
8+
}
9+
510
@media screen and (max-width: 45em) {
611
.dn-sm {
712
display: none;

frontend/src/components/projectDetail/styles.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,8 @@
2121
.menu-items-container::-webkit-scrollbar {
2222
display: none;
2323
}
24+
25+
/* Hide the scrollbar in Firefox */
26+
.menu-items-container {
27+
scrollbar-width: none;
28+
}

0 commit comments

Comments
 (0)