From 933910f7443b4d0b99c934695d60142f9daaa7fb Mon Sep 17 00:00:00 2001 From: Kenny <27463495+Frontesque@users.noreply.github.com> Date: Tue, 14 Jun 2022 21:13:23 -0400 Subject: [PATCH] fix: :bug: Fix elements displaying over the bottom nav bar fix #288 --- NUXT/components/bottomNavigation.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/NUXT/components/bottomNavigation.vue b/NUXT/components/bottomNavigation.vue index d95172cc..3852b6a4 100644 --- a/NUXT/components/bottomNavigation.vue +++ b/NUXT/components/bottomNavigation.vue @@ -105,6 +105,7 @@ export default { position: fixed; width: 100%; bottom: 0; + z-index: 100; } .navButton { width: 25vw !important;