mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Styling scrollbars for firefox.
This commit is contained in:
parent
c36993ba2e
commit
b7e7a676f2
@ -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
|
||||||
{
|
{
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user