mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-16 12:05:25 -05:00
fix(ui): minor canvas overflow
This commit is contained in:
@@ -17,7 +17,7 @@ const TextToImageTab = () => {
|
||||
<Tab>{regionalControlTitle}</Tab>
|
||||
</TabList>
|
||||
|
||||
<TabPanels w="full" h="full">
|
||||
<TabPanels w="full" h="full" minH={0} minW={0}>
|
||||
<TabPanel>
|
||||
<CurrentImageDisplay />
|
||||
</TabPanel>
|
||||
|
||||
Reference in New Issue
Block a user