footer always on bottom

This commit is contained in:
nquidox 2025-10-12 15:12:44 +03:00
parent b12c79fa21
commit c29caf01c8
3 changed files with 37 additions and 18 deletions

View file

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