MetaPreview info scrollbar style fixed

This commit is contained in:
svetlagasheva 2020-03-27 16:40:52 +02:00
parent 2d0aa5be85
commit f53247edfe

View file

@ -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;
}