Skip to content

Commit

Permalink
Safari mobile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samanthathompson52 committed Jan 2, 2024
1 parent 1bd8b92 commit e0ca6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default function App() {
}

return (
<div className="App h-screen flex-col flex">
<div className="App h-dvh md:h-screen flex-col flex">
<Header roomCode={roomCode} />
{view()}
</div>
Expand Down

0 comments on commit e0ca6be

Please sign in to comment.