refactor: wip app

This commit is contained in:
2026-02-08 00:00:20 -03:00
parent 3ee45adaa6
commit 5d4c0c5d36
6 changed files with 89 additions and 19 deletions

19
src/app/app.scss Normal file
View File

@@ -0,0 +1,19 @@
:host {
display: flex;
flex-direction: column;
height: 100%;
max-height: 100vh;
width: 100%;
}
.content {
height: calc(100% - 56px);
max-height: calc(100vh - 56px);
overflow: auto;
}
app-bottom-navigation-bar {
margin-top: auto;
width: 100%;
z-index: 2;
}