File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ export default function RootLayout({ children }: LayoutProps) {
4343 return (
4444 < html className = "scroll-smooth" lang = "en" >
4545 < body
46- className = { `${ inter . className } min-h-screen antialiased relative overflow-x-hidden bg-black scrollbar:w-2 track:my-2 thumb:rounded thumb:bg-gray-100 has-[header.open]:scroll:bg-gray-300` }
46+ className = { `${ inter . className } max-w-dvw min-h-screen antialiased relative overflow-x-hidden bg-black scrollbar:w-2 track:my-2 thumb:rounded thumb:bg-gray-100 has-[header.open]:scroll:bg-gray-300` }
4747 >
4848 < Header />
4949 { children }
Original file line number Diff line number Diff line change @@ -95,4 +95,4 @@ export interface SectionLayoutProps extends PropsWithChildren {
9595
9696export interface HeaderMenuProps {
9797 onLinkClick : MouseEventHandler
98- }
98+ }
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ It is generating errors to load animations styles
6969
7070 body : has (> header .open ) {
7171 overflow-y : hidden;
72- padding-right : 0.2 rem ;
72+ padding-right : 0.5 rem ;
7373 }
7474
7575 main {
You can’t perform that action at this time.
0 commit comments