Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
fix: 🐛 Fix elements displaying over the bottom nav bar
Browse files Browse the repository at this point in the history
fix #288
  • Loading branch information
Frontesque committed Jun 15, 2022
1 parent a6a817f commit 933910f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NUXT/components/bottomNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ export default {
position: fixed;
width: 100%;
bottom: 0;
z-index: 100;
}
.navButton {
width: 25vw !important;
Expand Down

0 comments on commit 933910f

Please sign in to comment.