Skip to content
Snippets Groups Projects
Unverified Commit 0d5f53ba authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Force page to full height.

parent 317fce1f
No related branches found
No related tags found
No related merge requests found
html {
min-height: 100%;
height: 100%;
}
body {
min-height: 100%;
height: 100%;
display: flex;
flex-direction: column;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment