Skip to content

Commit

Permalink
fix: footer
Browse files Browse the repository at this point in the history
  • Loading branch information
kasuie committed Apr 25, 2024
1 parent 022e899 commit 47c95f2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions v3/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@
* @Author: kasuie
* @Date: 2024-04-24 15:35:59
* @LastEditors: kasuie
* @LastEditTime: 2024-04-25 21:26:14
* @LastEditTime: 2024-04-25 21:40:09
* @Description:
*/
let footer = false;

const footerStyle = `
.footer {
position: fixed;
bottom: 0;
padding-bottom: 10px;
padding-top: 10px;
display: flex !important;
Expand Down

0 comments on commit 47c95f2

Please sign in to comment.