Skip to content

Commit

Permalink
argh
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Reynolds committed Apr 29, 2024
1 parent 980ec9e commit c4402a9
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions labapp/app/static/custom.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
html, body {
height: 100%; /* Set the minimum height to 100% of the viewport */
margin: 0; /* Remove default margin */
display: flex;
flex-direction: column;
}

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

.row {
height: 100%;
html {
height: -webkit-fill-available;
}

main {
Expand All @@ -24,6 +18,10 @@ main {
overflow-y: auto;
}

.row {
height: 100%;
}

.status-box {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit c4402a9

Please sign in to comment.