We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a5399e commit 631878bCopy full SHA for 631878b
invokeai/frontend/web/src/features/controlLayers/components/StageComponent.tsx
@@ -239,7 +239,7 @@ export const StageComponent = memo(({ asPreview = false }: Props) => {
239
return (
240
<Flex overflow="hidden" w="full" h="full">
241
<Flex ref={wrapperRef} w="full" h="full" alignItems="center" justifyContent="center">
242
- <Flex ref={containerRef} tabIndex={-1} bg="base.850" />
+ <Flex ref={containerRef} tabIndex={-1} bg="base.850" borderRadius="base" overflow="hidden" />
243
</Flex>
244
245
);
0 commit comments