Fixing navbar overflowing footer
This commit is contained in:
parent
e7ae9049bb
commit
4c5ece8249
@ -1,6 +1,5 @@
|
||||
footer {
|
||||
text-align: center;
|
||||
margin-top: auto;
|
||||
}
|
||||
|
||||
.terms-of-service {
|
||||
|
@ -1139,7 +1139,7 @@ th {
|
||||
display: none;
|
||||
}
|
||||
|
||||
app-master-page {
|
||||
app-master-page, app-liquid-master-page {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 100vh;
|
||||
@ -1148,3 +1148,7 @@ app-master-page {
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
app-global-footer {
|
||||
margin-top: auto;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user