Skip to content

Commit 579d436

Browse files
psychedelicioushipsterusername
authored andcommitted
fix(ui): floating param/gallery buttons
1 parent 36f0198 commit 579d436

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

invokeai/frontend/web/src/features/ui/components/FloatingGalleryButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const FloatingGalleryButton = (props: Props) => {
1717

1818
return (
1919
<Portal>
20-
<Flex pos="absolute" transform="translate(0, -50%)" minW={8} top="50%" insetInlineEnd="21px">
20+
<Flex pos="absolute" transform="translate(0, -50%)" minW={8} top="50%" insetInlineEnd="21px" zIndex={11}>
2121
<Tooltip label={t('accessibility.showGalleryPanel')} placement="start">
2222
<IconButton
2323
aria-label={t('accessibility.showGalleryPanel')}

invokeai/frontend/web/src/features/ui/components/FloatingParametersPanelButtons.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ const FloatingSidePanelButtons = (props: Props) => {
5353
direction="column"
5454
gap={2}
5555
h={48}
56+
zIndex={11}
5657
>
5758
<ButtonGroup orientation="vertical" flexGrow={3}>
5859
<IconButton

0 commit comments

Comments
 (0)