Skip to content

Commit

Permalink
[Tooltip]: Fix scroll on screen using width: max-content css prop (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminknox authored Dec 5, 2023
1 parent 5c312ac commit edc108a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/tooltip/tooltip.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@
}
.leo-tooltip .tooltip {
width: max-content;
background: var(--background);
color: var(--text);
box-shadow: var(--shadow);
Expand Down

0 comments on commit edc108a

Please sign in to comment.