mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-20 22:03:03 +08:00
Add transparent background for perfect scrollbar [SCI-10050] (#7027)
This commit is contained in:
parent
5af9e48648
commit
1948757d15
1 changed files with 9 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue