Fix the position of the quote selection
authorAlexander Ebert <ebert@woltlab.com>
Thu, 20 Jul 2023 10:23:07 +0000 (12:23 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 20 Jul 2023 10:23:07 +0000 (12:23 +0200)
It shares the `balloonTooltip` class but is not part of the page overlay container.

See https://www.woltlab.com/community/thread/300757-quote-by-marking-text-tooltip-is-misplaced-when-page-is-scrolled/

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

index fa952fd53d603706b09bb455b0c517faf02170b5..e968ee38b561c4bcf3614a0a12da70f98378e2bf 100644 (file)
@@ -41,6 +41,7 @@
 }
 
 .quoteManagerCopy {
+       position: absolute;
        -webkit-user-select: none;
        user-select: none;
        white-space: nowrap;