diff --git a/src/App.css b/src/App.css index 6072fea..978025d 100644 --- a/src/App.css +++ b/src/App.css @@ -262,6 +262,6 @@ .desktop { width: 100vw; height: 100vh; - overflow: hidden; + /* overflow: hidden; */ position: relative; -} \ No newline at end of file +} diff --git a/src/App.tsx b/src/App.tsx index 15b675b..e83aa81 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -11,7 +11,8 @@ const App: React.FC = () => { // if (!day1Complete) { // return setDay1Complete(true)} />; // } - return + // return +// return ; return ; };