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