mirror of
https://github.com/urbit/shrub.git
synced 2024-11-24 13:06:09 +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}
|
||||
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}
|
||||
|
Loading…
Reference in New Issue
Block a user