Fix the rendering of popovers
authorAlexander Ebert <ebert@woltlab.com>
Wed, 14 Aug 2024 13:49:13 +0000 (15:49 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 14 Aug 2024 13:49:13 +0000 (15:49 +0200)
Removed a double border and added the missing z-index.

See https://www.woltlab.com/community/thread/307672-6-1-user-popover/

wcfsetup/install/files/style/ui/popover.scss
wcfsetup/install/files/style/ui/userCard.scss

index 644d56a037544b1acaf576f64afa1c2402443f23..3e8b41abc7a65c300d9038fd1a3217aff60d25a7 100644 (file)
        transition:
                opacity 0.12s linear,
                transform 0.12s linear;
+       z-index: 350;
 
        &[aria-hidden="false"] {
                opacity: 1;
index b87468ffef3ed0d246721cb8409ffbaaf71dd74f..1fa48ddd8d14d12355e456743cc3e86129c152d7 100644 (file)
 
        .userCard {
                background-color: transparent;
+               border-width: 0;
                box-shadow: none;
        }
 }