publish: add flex-auto to skeleton

-m viewports had overflow out of parent containers;
this uses flex-auto to ensure the skeleton stays within its flex
container.
This commit is contained in:
Matilde Park 2020-03-23 21:24:06 -04:00
parent 7415a2f66a
commit 4395b130dd

View File

@ -31,7 +31,7 @@ export class Skeleton extends Component {
path={props.path}
invites={props.invites}
/>
<div className={"h-100 w-100 relative white-d " + rightPanelHide} style={{
<div className={"h-100 w-100 relative white-d flex-auto " + rightPanelHide} style={{
flexGrow: 1,
}}>
{props.children}