(airhead): ive no idea no lie

Signed-off-by: boris <boris@borishub.co.uk>
This commit is contained in:
boris
2024-12-04 21:13:46 +00:00
parent 5b0d04b702
commit 8de2b7f29e
32 changed files with 233 additions and 1103 deletions

View File

@@ -2,10 +2,21 @@ nav, #loginStatus, #filters {
background-color: #3cc471;
color: #111
}
#content.full-height {
/*height: calc(100vh - 413px);*/
flex: 1 0 auto;
}
.main {
display: flex;
flex-direction: column;
min-height: 100vh;
}
.facilityContent {
overflow-y: auto;
}
/*body {
overflow-y: hidden;
}*/
#title {
margin-top: 12px;
background-color: #fff;
@@ -51,4 +62,7 @@ nav, #loginStatus, #filters {
.modal-backdrop {
z-index: 1040;
}
.site-footer {
flex: 0 0 auto;
}