Skip to content

Commit

Permalink
Speedrun fix screen bigger than 100vh
Browse files Browse the repository at this point in the history
  • Loading branch information
tu55eladd committed May 11, 2023
1 parent a47b634 commit 996626e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ const App = (props: Props) => {
return (
<div
className={cx('flex flex-col', {
'h-[calc(100vh-180px)]': erInternFlate,
'h-[calc(100vh-72px)] md:h-[calc(100vh-80px)]': !erInternFlate
'min-h-[calc(100vh-180px)]': erInternFlate,
'min-h-[calc(100vh-72px)] md:h-[calc(100vh-80px)]': !erInternFlate
})}
>
<Provider fnr={fnr} erVeileder={!!fnr}>
Expand Down

0 comments on commit 996626e

Please sign in to comment.