Skip to content

Commit

Permalink
📱 fix(Root.tsx): Update styling to use h-dvh instead of h-screen (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-avila authored Jan 22, 2024
1 parent 42de461 commit a0dabcc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"postcss": "^8.4.31",
"postcss-loader": "^7.1.0",
"postcss-preset-env": "^8.2.0",
"tailwindcss": "^3.2.6",
"tailwindcss": "^3.4.1",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4",
"vite": "^5.0.7",
Expand Down
2 changes: 1 addition & 1 deletion client/src/routes/Root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function Root() {

return (
<>
<div className="flex h-screen">
<div className="flex h-dvh">
<Nav navVisible={navVisible} setNavVisible={setNavVisible} />
<div className="relative z-0 flex h-full w-full overflow-hidden">
<div className="relative flex h-full max-w-full flex-1 flex-col overflow-hidden">
Expand Down
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a0dabcc

Please sign in to comment.