footer always on bottom
This commit is contained in:
parent
b12c79fa21
commit
c29caf01c8
3 changed files with 37 additions and 18 deletions
|
|
@ -120,3 +120,20 @@
|
|||
.link-like-text {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
html,
|
||||
body,
|
||||
#app {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.app-layout {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 100dvh;
|
||||
}
|
||||
|
||||
.main-content {
|
||||
flex: 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue