Keep the scrollbar visible while scrolling
authorAlexander Ebert <ebert@woltlab.com>
Mon, 25 Apr 2022 15:16:33 +0000 (17:16 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 25 Apr 2022 15:16:33 +0000 (17:16 +0200)
See https://www.woltlab.com/community/thread/295349-scrollbar-ohne-hover-nicht-sichtbar-selbst-beim-scrollen/

wcfsetup/install/files/style/ui/perfectScrollbar.scss

index 0a6a626dcf381b9f00eb7f6856237d1a38d4e91f..e5dfdf16ab6b1d2ca54824e7d7ad52c944586792 100644 (file)
@@ -1,6 +1,7 @@
 /* PerfectScrollbar plugin */
 .ps-container {
-       &:hover > .ps-scrollbar-y-rail > .ps-scrollbar-y {
+       &:hover > .ps-scrollbar-y-rail > .ps-scrollbar-y,
+       &.ps-in-scrolling > .ps-scrollbar-y-rail > .ps-scrollbar-y {
                background-color: rgba(102, 102, 102, 0.6);
        }