Skip to content

Commit

Permalink
Fix select being on task form
Browse files Browse the repository at this point in the history
The select was being cropped because the <body> tag on html was
shorter than the screen, now it fills the whole screen but can be
expanded if necessary
  • Loading branch information
negreirosleo committed Dec 7, 2023
1 parent 1830924 commit 609c084
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ body {

body {
display: flex;
min-height: 100vh;

@media (max-width: 600px) {
flex-direction: column;
Expand Down

0 comments on commit 609c084

Please sign in to comment.