Skip to content

Commit

Permalink
fix(compass-components): don't cut off list view value editor tooltips
Browse files Browse the repository at this point in the history
…COMPASS-8581 (#6541)

don't turn off the portal
  • Loading branch information
lerouxb authored Dec 4, 2024
1 parent 95949cf commit 8fec5d4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ export const KeyEditor: React.FunctionComponent<{
<Tooltip
darkMode
enabled={!valid}
usePortal={false}
trigger={({
className,
// Having a tooltip connected to the input elements is not the most
Expand Down Expand Up @@ -223,7 +222,6 @@ export const ValueEditor: React.FunctionComponent<{
<Tooltip
darkMode
enabled={!valid}
usePortal={false}
trigger={({
className,
children,
Expand Down

0 comments on commit 8fec5d4

Please sign in to comment.