set fixed height for footer

This commit is contained in:
Spedon
2023-03-10 23:24:24 +08:00
parent 1781fdae7e
commit 7400ca7105

View File

@@ -6,6 +6,7 @@ footer {
right: 0; right: 0;
z-index: 777; z-index: 777;
background-color: #fff; background-color: #fff;
height: 38px;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
@@ -61,6 +62,7 @@ footer {
top: 0; top: 0;
padding: 3px 8px; padding: 3px 8px;
font-size: 17px; font-size: 17px;
height: 31px;
.footer_threshold { .footer_threshold {
display: none; display: none;