3
0

Move auth screens footer to bottom

This commit is contained in:
Matija Rešek 2021-10-01 14:43:33 +02:00
parent 2def92d41f
commit cb9c49fd7c

View File

@ -152,6 +152,7 @@ select.form-control {
}
.footer {
position: fixed;
bottom: 0;
z-index: -1;
}