fix: 🐛 Fix elements displaying over the bottom nav bar

fix #288
This commit is contained in:
Kenny 2022-06-14 21:13:23 -04:00 committed by Alex
parent c5201ec534
commit 203ab724e5
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ export default {
position: fixed;
width: 100%;
bottom: 0;
z-index: 100;
}
.navButton {
width: 25vw !important;