fix(ui): minor canvas overflow

This commit is contained in:
psychedelicious
2024-04-23 11:26:12 +10:00
parent 385e93443a
commit 5196a2efec
2 changed files with 2 additions and 14 deletions

View File

@@ -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>