This commit is contained in:
yohlo
2025-08-25 23:39:40 -05:00
parent 7b0153e04f
commit f5e4e5b214

View File

@@ -89,6 +89,7 @@ function RootComponent() {
)
}
// todo: analytics -> process.env data-website-id
function RootDocument({ children }: { children: React.ReactNode }) {
return (
<html {...mantineHtmlProps} style={{ overflowX: 'hidden', overflowY: 'hidden', position: 'fixed', width: '100%' }}>