fix: the dashboard locked bar should be sticky at the bottom (#5512)

This commit is contained in:
Vikrant Gupta 2024-07-18 13:56:18 +05:30 committed by GitHub
parent add2d19614
commit 7d7d112f40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,7 +50,7 @@
.footer {
display: flex;
flex-direction: column;
position: absolute;
position: fixed;
bottom: 0;
width: -webkit-fill-available;