refactor: wip app
This commit is contained in:
19
src/app/app.scss
Normal file
19
src/app/app.scss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user