Fix the position of tooltips
authorAlexander Ebert <ebert@woltlab.com>
Tue, 18 Jul 2023 14:23:23 +0000 (16:23 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 18 Jul 2023 14:23:23 +0000 (16:23 +0200)
See #5575

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

index d9a4130e3b1cc28b5e558aa55187c66744db33a7..fa952fd53d603706b09bb455b0c517faf02170b5 100644 (file)
@@ -7,7 +7,7 @@
        max-width: 300px;
        padding: 5px 10px;
        pointer-events: none;
-       position: absolute;
+       position: fixed;
        top: 0;
        transition: visibility 0s linear 0.12s;
        visibility: hidden;