fix elements displaying over the bottom nav bar

This commit is contained in:
Kenny 2022-03-04 09:14:38 -05:00
parent de3e92dc7a
commit c20063a28a
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ export default {
position: sticky;
bottom: 0;
padding: 0 !important;
z-index: 99999;
}
.navButton {
width: 25vw !important;