Skip to content

Commit

Permalink
Merge pull request #174 from CPatchane/fix_FF_scrollbar
Browse files Browse the repository at this point in the history
Remove -moz-scrollbars-none usage for firefox
  • Loading branch information
CPatchane authored Feb 27, 2018
2 parents 7c3afe7 + 3adb976 commit 7a831b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/styles/navigation_section.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
transition: .2s transform cubic-bezier(0.2, 0.75, 0.3, 1.15);
/* hide scrollbars */
-ms-overflow-style: none; /* IE 10+ */
overflow: -moz-scrollbars-none; /* Firefox */
}

[role=banner] .coz-nav-pop::-webkit-scrollbar {
Expand Down

0 comments on commit 7a831b1

Please sign in to comment.