File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ export default function Home() {
113113 }
114114
115115 return (
116- < div ref = { fullscreenRef } className = { `flex flex-col ${ darkMode == true ? "dark bg-background" : "bg-foreground/10" } ` } >
116+ < div ref = { fullscreenRef } className = { `flex flex-col overflow-hidden ${ darkMode == true ? "dark bg-background" : "bg-foreground/10" } ` } >
117117 < nav className = { `flex z-50 flex-row justify-between items-center px-5 py-3 ${ isFullscreen ? "absolute top-1 left-1 w-full rounded-lg opacity-0 transition-opacity duration-300 bg-foreground/40 hover:opacity-100" : "bg-foreground" } ` } >
118118 < div className = "flex relative justify-center items-center" >
119119 < div onClick = { ( ) => setAboutMenuOpen ( ! aboutMenuOpen ) } className = "inline-flex items-center space-x-2 group hover:cursor-pointer" >
You can’t perform that action at this time.
0 commit comments