1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Update scrollbar for fierfox

This commit is contained in:
grafixeyehero 2019-05-30 01:05:03 +03:00
parent faa6040516
commit 8bff927997

View file

@ -530,6 +530,12 @@ h3 {
height: 1em
}
.layout-desktop,
.scrollY {
scrollbar-width: thin;
scrollbar-color: #888 rgba(59, 59, 59, 0.5)
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}