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:
parent
faa6040516
commit
8bff927997
1 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue