Skip to content

Commit

Permalink
fix(ui): floating param/gallery buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious authored and hipsterusername committed May 3, 2024
1 parent 36f0198 commit 579d436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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')}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ const FloatingSidePanelButtons = (props: Props) => {
direction="column"
gap={2}
h={48}
zIndex={11}
>
<ButtonGroup orientation="vertical" flexGrow={3}>
<IconButton
Expand Down

0 comments on commit 579d436

Please sign in to comment.