Add transparent background for perfect scrollbar [SCI-10050] (#7027)

This commit is contained in:
ajugo 2024-02-02 09:57:08 +01:00 committed by GitHub
parent 5af9e48648
commit 1948757d15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,6 +26,15 @@ html {
opacity: 1;
}
.scroll-container.ps-transparent .ps__rail-y{
background-color: transparent;
&::after,
&::before {
background-color: transparent;
}
}
.scroll-container .ps__thumb-y{
background-color: var(--sn-grey);
opacity: 1;