[frontend/components] Make sure bottom bar doesn't cut off page content on mobile layout

This commit is contained in:
pancakes 2025-02-10 11:42:58 +10:00
parent b4d7a5c853
commit 8ad22eddc3
No known key found for this signature in database
GPG key ID: ED53D426432B861B

View file

@ -22,6 +22,9 @@
display: none; display: none;
} }
.main {
margin-bottom: 5rem;
}
} }
.top-bar { .top-bar {