Fix minwidth so it resizes correctly

This commit is contained in:
James Ketr 2025-06-20 11:49:02 -07:00
parent b8f7cbcf30
commit 8ddc13d1eb

View File

@ -39,7 +39,7 @@ const BackstoryPageContainer = (props: BackstoryPageContainerProps): JSX.Element
flexGrow: 1,
p: '0 !important',
m: '0 auto !important',
minWidth: variant === 'normal' ? '1024px' : '100%',
// minWidth: variant === 'normal' ? '1024px' : '100%',
maxWidth: variant === 'normal' ? '1024px' : '100%',
height: '100%',
minHeight: 0,