Missing z-index for the scrollbar in user menu items
authorAlexander Ebert <ebert@woltlab.com>
Sat, 5 Feb 2022 12:21:09 +0000 (13:21 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 5 Feb 2022 12:21:09 +0000 (13:21 +0100)
Fixes #4660

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

index d25c18cb0eb7c3f11f4e7303da10812ad1146c8f..3c9e6f80fd687db8dd91a2d7eb8ff0588ee21ef3 100644 (file)
@@ -269,6 +269,10 @@ body:not(.touch) .userMenuItemMarkAsRead {
        }
 }
 
+.userMenuContent .ps-scrollbar-y-rail {
+       z-index: 2;
+}
+
 .userMenuContentDivider {
        border-top: 1px solid var(--border-color);
 }