MetaPreview scrollbar fixed

This commit is contained in:
nklhrstv 2020-03-29 22:58:35 +03:00
parent cdb90a4523
commit bdf12d07ae

View file

@ -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 {