1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 17:23:22 +01:00

remove project nav scrollbar in Firefox too

This commit is contained in:
Matthias Kretschmann 2018-06-20 23:58:42 +02:00 committed by GitHub
parent 58e168b899
commit 2789a82bd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,8 @@
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
&::-webkit-scrollbar {
&::-webkit-scrollbar,
&::-moz-scrollbar {
display: none;
}
}