Skip to content

Commit

Permalink
Merge pull request #62 from luk1337/luk/tooltip
Browse files Browse the repository at this point in the history
Fix list item tooltip class selector
  • Loading branch information
Gibbu authored Jan 25, 2025
2 parents 9f60817 + 03c7c2a commit 9c769e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/addons/_bottomhsl.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ body #app-mount {
bottom: calc(var(--server-container) * 2) !important;
}
}
[class*='listItemTooltip'] {
[class*='listItemTooltip_'] {
position: absolute;
white-space: nowrap;
top: calc(var(--server-size) / -1 - 30px) !important;
Expand Down
2 changes: 1 addition & 1 deletion src/theme/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
top: 0 !important;
}
}
[class*='listItemTooltip'] {
[class*='listItemTooltip_'] {
position: absolute;
max-width: unset;
white-space: nowrap;
Expand Down

0 comments on commit 9c769e4

Please sign in to comment.