mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 05:22:27 +03:00
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:
parent
7415a2f66a
commit
4395b130dd
@ -31,7 +31,7 @@ export class Skeleton extends Component {
|
|||||||
path={props.path}
|
path={props.path}
|
||||||
invites={props.invites}
|
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,
|
flexGrow: 1,
|
||||||
}}>
|
}}>
|
||||||
{props.children}
|
{props.children}
|
||||||
|
Loading…
Reference in New Issue
Block a user