mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix(ui): scrolling in builder
I am at loss as the to cause of this bug. The styles that I needed to change to fix it haven't been changed in a couple months. But these do seem to fix it. Closes #7910
This commit is contained in:
@@ -23,7 +23,6 @@ import { assert } from 'tsafe';
|
||||
const sx: SystemStyleObject = {
|
||||
pt: 3,
|
||||
w: 'full',
|
||||
h: 'full',
|
||||
'&[data-is-empty="true"]': {
|
||||
pt: 0,
|
||||
},
|
||||
|
||||
@@ -36,7 +36,7 @@ const ViewModeLeftPanelContentInner = memo(() => {
|
||||
}
|
||||
|
||||
return (
|
||||
<Flex w="full" h="full" justifyContent="center">
|
||||
<Flex w="full" justifyContent="center">
|
||||
<RootContainerElementViewMode />
|
||||
</Flex>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user