re-added app container styles

This commit is contained in:
Nate 2024-11-11 20:07:00 -07:00
parent 8b49ab9297
commit e5b0647f9f

View File

@ -388,6 +388,12 @@
overflow: hidden;
}
.app-container {
height: 100vh;
display: flex;
flex-direction: column;
}
.alert {
margin: 8px;
padding: 8px 12px;