fix(ui): floating param/gallery buttons

This commit is contained in:
psychedelicious 2024-05-03 13:06:04 +10:00 committed by Kent Keirsey
parent 36f01988e8
commit 579d436934
2 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@ const FloatingGalleryButton = (props: Props) => {
return (
<Portal>
<Flex pos="absolute" transform="translate(0, -50%)" minW={8} top="50%" insetInlineEnd="21px">
<Flex pos="absolute" transform="translate(0, -50%)" minW={8} top="50%" insetInlineEnd="21px" zIndex={11}>
<Tooltip label={t('accessibility.showGalleryPanel')} placement="start">
<IconButton
aria-label={t('accessibility.showGalleryPanel')}

View File

@ -53,6 +53,7 @@ const FloatingSidePanelButtons = (props: Props) => {
direction="column"
gap={2}
h={48}
zIndex={11}
>
<ButtonGroup orientation="vertical" flexGrow={3}>
<IconButton