Skip to content

Commit d17bf7c

Browse files
authored
fix(grid): use auto tooltip positioning for Pane.SplitterButton (#1969)
1 parent bcbb17c commit d17bf7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/grid/src/elements/pane/components/SplitterButton.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ const SplitterButtonComponent = forwardRef<HTMLButtonElement, ISplitterButtonPro
6969
>
7070
<Tooltip
7171
content={label}
72+
placement="auto"
7273
zIndex={2}
7374
style={{ cursor: 'default' }}
7475
onMouseDown={e => e.stopPropagation()}

0 commit comments

Comments
 (0)