Fix tooltip location for panel icon (#7703)

This commit is contained in:
Oliver 2024-07-22 14:46:41 +10:00 committed by GitHub
parent 01fe26e15f
commit 69298c365a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -131,6 +131,7 @@ function BasePanelGroup({
label={panel.label} label={panel.label}
key={panel.name} key={panel.name}
disabled={expanded} disabled={expanded}
position="right"
> >
<Tabs.Tab <Tabs.Tab
p="xs" p="xs"