mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
MetaPreview info scrollbar style fixed
This commit is contained in:
parent
2d0aa5be85
commit
f53247edfe
1 changed files with 4 additions and 6 deletions
|
|
@ -56,22 +56,20 @@
|
|||
overflow-y: auto;
|
||||
|
||||
&:hover {
|
||||
&:global(::-webkit-scrollbar-thumb) {
|
||||
&::-webkit-scrollbar-thumb {
|
||||
background-color: @color-secondaryvariant2-light1;
|
||||
|
||||
}
|
||||
|
||||
&:global(::-webkit-scrollbar-track) {
|
||||
&::-webkit-scrollbar-track {
|
||||
background-color: @color-background-dark2;
|
||||
}
|
||||
}
|
||||
|
||||
&:global(::-webkit-scrollbar-thumb) {
|
||||
&::-webkit-scrollbar-thumb {
|
||||
background-color: transparent;
|
||||
|
||||
}
|
||||
|
||||
&:global(::-webkit-scrollbar-track) {
|
||||
&::-webkit-scrollbar-track {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue