Skip to content

Commit

Permalink
Linked App.css to get proper styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Rice-Tech committed Feb 4, 2024
1 parent cf31e50 commit 85f0a63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
right:0;
}

body,#root, .content, canvas{
body,#root, .content{
overflow: hidden;
height: 100vh;
width: 100vw;
Expand Down
1 change: 1 addition & 0 deletions src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import ReactDOM from "react-dom/client";
import { createBrowserRouter, RouterProvider } from "react-router-dom";
import Root from "./routes/Root";
import "./index.css";
import "./App.css";
import ErrorPage from "./error-page";
import Home from "./routes/Home";
import Demos from "./routes/Demos";
Expand Down

0 comments on commit 85f0a63

Please sign in to comment.