Skip to content

Commit

Permalink
css sux
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Reynolds committed Apr 29, 2024
1 parent 74e9e49 commit f4df1fb
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions labapp/app/static/custom.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@

body {
min-height: 100vh;
html, body {
height: 100%; /* Set the minimum height to 100% of the viewport */
margin: 0; /* Remove default margin */
display: flex;
flex-direction: column;
}

html {
height: -webkit-fill-available;
.container-fluid {
flex-grow: 1; /* Allows the container to take up all available space */
}

main {
Expand Down

0 comments on commit f4df1fb

Please sign in to comment.