mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): floating param/gallery buttons
This commit is contained in:
parent
36f01988e8
commit
579d436934
@ -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')}
|
||||
|
@ -53,6 +53,7 @@ const FloatingSidePanelButtons = (props: Props) => {
|
||||
direction="column"
|
||||
gap={2}
|
||||
h={48}
|
||||
zIndex={11}
|
||||
>
|
||||
<ButtonGroup orientation="vertical" flexGrow={3}>
|
||||
<IconButton
|
||||
|
Loading…
Reference in New Issue
Block a user