UNPKG

@wulperstudio/cms

Version:
9 lines 198 B
import { styled } from '@mui/material'; export var Container = styled('div')({ height: '100%', minHeight: '350px', width: '100%', display: 'flex', maxWidth: '100%', overflowX: 'auto' });