Added overflow stop for mobile menu, shifting some stuff.
This commit is contained in:
@ -29,11 +29,15 @@ import Image from './../../image/Image';
|
||||
import { Title, Subtitle } from './../../typography/Typography';
|
||||
|
||||
export default function() {
|
||||
|
||||
let lines = [];
|
||||
for(let i = 0; i < 100; i++) {
|
||||
lines.push(<br key={i} />);
|
||||
}
|
||||
|
||||
return (
|
||||
<Page style="home-page" className="p-home-page">
|
||||
Welcome home
|
||||
{ lines }
|
||||
</Page>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user