File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
invokeai/frontend/web/src/features
gallery/components/ImageViewer Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ export const CanvasMainPanelContent = memo(() => {
57
57
gap = { 2 }
58
58
alignItems = "center"
59
59
justifyContent = "center"
60
+ overflow = "hidden"
60
61
>
61
62
< CanvasManagerProviderGate >
62
63
< CanvasToolbar />
@@ -70,6 +71,7 @@ export const CanvasMainPanelContent = memo(() => {
70
71
h = "full"
71
72
bg = { dynamicGrid ? 'base.850' : 'base.900' }
72
73
borderRadius = "base"
74
+ overflow = "hidden"
73
75
>
74
76
< InvokeCanvasComponent />
75
77
< CanvasManagerProviderGate >
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ export const ImageViewer = memo(({ closeButton }: Props) => {
46
46
left = { 0 }
47
47
alignItems = "center"
48
48
justifyContent = "center"
49
+ overflow = "hidden"
49
50
>
50
51
{ hasImageToCompare && < CompareToolbar /> }
51
52
{ ! hasImageToCompare && < ViewerToolbar closeButton = { closeButton } /> }
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ export const AppContent = memo(() => {
117
117
} ) ;
118
118
119
119
return (
120
- < Flex id = "invoke-app-tabs" w = "full" h = "full" gap = { 4 } p = { 4 } >
120
+ < Flex id = "invoke-app-tabs" w = "full" h = "full" gap = { 4 } p = { 4 } overflow = "hidden" >
121
121
< VerticalNavBar />
122
122
< PanelGroup
123
123
ref = { imperativePanelGroupRef }
You can’t perform that action at this time.
0 commit comments