Skip to content

Commit dbfca84

Browse files
authored
Fix broken collapsed section tooltips (#3669)
1 parent 985102f commit dbfca84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webview/src/shared/components/sectionContainer/SectionContainer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ export const SectionContainer: React.FC<
141141
content={tooltipContent}
142142
placement="bottom-end"
143143
interactive
144+
appendTo={document.body}
144145
>
145146
<div
146147
className={styles.infoTooltipToggle}

0 commit comments

Comments
 (0)