Skip to content

Commit

Permalink
Sørg for at footer ikke dekker inputfeltet ved lendre dialogtråder
Browse files Browse the repository at this point in the history
  • Loading branch information
madsleegiil committed Sep 10, 2024
1 parent 60c2dfb commit 962a777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const App = (props: Props) => {
<Provider visAktivitetDefault={visAktivitetDefault} fnr={fnr} erVeileder={!!fnr}>
<UppdateEventHandler />
<div
className={cx('flex flex-col md:flex-row', {
className={cx('flex flex-row', {
'max-h-[calc(100vh-180px)] min-h-[calc(100vh-180px)]': erInternFlate,
'max-h-[calc(100vh-80px)] min-h-[calc(100vh-80px)]': !erInternFlate
})}
Expand Down

0 comments on commit 962a777

Please sign in to comment.