Skip to content

Commit

Permalink
Fix the position of tooltips
Browse files Browse the repository at this point in the history
See #5575
  • Loading branch information
dtdesign committed Jul 18, 2023
1 parent fe03baa commit b571167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wcfsetup/install/files/style/ui/tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b571167

Please sign in to comment.