mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
MetaPreview meta info scrollbar shows on hover
This commit is contained in:
parent
01016e6310
commit
0bb8815282
1 changed files with 20 additions and 0 deletions
|
|
@ -55,6 +55,26 @@
|
|||
padding: 0 2rem;
|
||||
overflow-y: auto;
|
||||
|
||||
&:hover {
|
||||
&:global(::-webkit-scrollbar-thumb) {
|
||||
background-color: @color-secondaryvariant2-light1;
|
||||
|
||||
}
|
||||
|
||||
&:global(::-webkit-scrollbar-track) {
|
||||
background-color: @color-background-dark2;
|
||||
}
|
||||
}
|
||||
|
||||
&:global(::-webkit-scrollbar-thumb) {
|
||||
background-color: transparent;
|
||||
|
||||
}
|
||||
|
||||
&:global(::-webkit-scrollbar-track) {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.logo, .logo-placeholder-icon {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
|
|
|
|||
Loading…
Reference in a new issue