Styling scrollbars for firefox.

This commit is contained in:
Zoe Roux 2019-12-07 14:26:17 +01:00
parent c36993ba2e
commit b7e7a676f2
2 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,8 @@
min-width: 100%; min-width: 100%;
flex-shrink: 0; flex-shrink: 0;
flex-direction: row; flex-direction: row;
scrollbar-width: thin;
scrollbar-color: #999 transparent;
&::-webkit-scrollbar &::-webkit-scrollbar
{ {

View File

@ -11,6 +11,8 @@
min-width: 100%; min-width: 100%;
flex-shrink: 0; flex-shrink: 0;
flex-direction: row; flex-direction: row;
scrollbar-width: thin;
scrollbar-color: #999 transparent;
&::-webkit-scrollbar &::-webkit-scrollbar
{ {