1
0

fix: use max-width to prevent horizontal scroll bar

This commit is contained in:
alikia2x (寒寒) 2025-09-07 00:52:29 +08:00
parent fac041f3d3
commit ead1b8ee3d

View File

@ -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>