website refactor
This commit is contained in:
@@ -57,6 +57,7 @@
|
||||
color: var(--color-text-high);
|
||||
line-height: 1.5;
|
||||
overscroll-behavior: none;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
::selection {
|
||||
|
||||
@@ -75,11 +75,9 @@ export default async function RootLayout({
|
||||
<head>
|
||||
<meta name="mobile-web-app-capable" content="yes" />
|
||||
</head>
|
||||
<body className="antialiased overflow-x-hidden">
|
||||
<body className="antialiased overflow-hidden h-screen">
|
||||
<AppWrapper enabledFlags={enabledFlags}>
|
||||
<RootAppShellTemplate>
|
||||
{children}
|
||||
</RootAppShellTemplate>
|
||||
<RootAppShellTemplate>{children}</RootAppShellTemplate>
|
||||
</AppWrapper>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user