Fixing navbar overflowing footer

This commit is contained in:
softsimon 2023-05-05 02:06:48 +04:00
parent e7ae9049bb
commit 4c5ece8249
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,5 @@
footer {
text-align: center;
margin-top: auto;
}
.terms-of-service {

View File

@ -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;
}