mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
MetaPreview scrollbar fixed
This commit is contained in:
parent
cdb90a4523
commit
bdf12d07ae
1 changed files with 5 additions and 15 deletions
|
|
@ -67,22 +67,12 @@
|
|||
padding: 0 2rem;
|
||||
overflow-y: auto;
|
||||
|
||||
&:hover {
|
||||
&::-webkit-scrollbar-thumb {
|
||||
background-color: @color-secondaryvariant2-light1;
|
||||
&:not(:hover) {
|
||||
scrollbar-color: transparent transparent;
|
||||
|
||||
&::-webkit-scrollbar-thumb, &::-webkit-scrollbar-track {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar-track {
|
||||
background-color: @color-background-dark2;
|
||||
}
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar-thumb {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar-track {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.logo, .logo-placeholder-icon {
|
||||
|
|
|
|||
Loading…
Reference in a new issue