mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-05-18 15:26:36 +00:00
style(layout): update html and body class names for full-height layout
This commit is contained in:
parent
d61f3d9b0c
commit
ba11f1d5ba
@ -16,8 +16,8 @@ interface RootLayoutProps {
|
|||||||
|
|
||||||
export default function RootLayout({ children }: RootLayoutProps) {
|
export default function RootLayout({ children }: RootLayoutProps) {
|
||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en" className="h-full" suppressHydrationWarning>
|
||||||
<body className="flex min-h-screen antialiased">
|
<body className="flex min-h-full antialiased">
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
attribute="class"
|
attribute="class"
|
||||||
defaultTheme="system"
|
defaultTheme="system"
|
||||||
|
Loading…
Reference in New Issue
Block a user