Skip to content

Commit 9c769e4

Browse files
authored
Merge pull request #62 from luk1337/luk/tooltip
Fix list item tooltip class selector
2 parents 9f60817 + 03c7c2a commit 9c769e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/addons/_bottomhsl.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ body #app-mount {
2424
bottom: calc(var(--server-container) * 2) !important;
2525
}
2626
}
27-
[class*='listItemTooltip'] {
27+
[class*='listItemTooltip_'] {
2828
position: absolute;
2929
white-space: nowrap;
3030
top: calc(var(--server-size) / -1 - 30px) !important;

src/theme/_index.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
top: 0 !important;
147147
}
148148
}
149-
[class*='listItemTooltip'] {
149+
[class*='listItemTooltip_'] {
150150
position: absolute;
151151
max-width: unset;
152152
white-space: nowrap;

0 commit comments

Comments
 (0)