publish: remove scrolling overflow from skeleton

This commit is contained in:
Matilde Park 2020-02-12 19:51:06 -05:00
parent 6c6e33f5a7
commit 0075668065

View File

@ -33,7 +33,7 @@ export class Skeleton extends Component {
path={props.path}
invites={props.invites}
/>
<div className={"h-100 w-100 overflow-container " + rightPanelHide} style={{
<div className={"h-100 w-100 " + rightPanelHide} style={{
flexGrow: 1,
}}>
{props.children}