fix: use max-width to prevent horizontal scroll bar
This commit is contained in:
parent
fac041f3d3
commit
ead1b8ee3d
@ -19,7 +19,7 @@ export const Layout: Component<LayoutProps> = (props) => {
|
||||
refreshTab(e.to);
|
||||
});
|
||||
return (
|
||||
<div class="relatve w-screen min-h-screen">
|
||||
<div class="relatve w-screen max-w-full min-h-screen">
|
||||
<NavigationMobile lang={props.lang} />
|
||||
<NavigationDesktop />
|
||||
<BodyRegion>{props.children}</BodyRegion>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user