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

Commit 933910f

Browse files
committed
fix: 🐛 Fix elements displaying over the bottom nav bar
fix #288
1 parent a6a817f commit 933910f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NUXT/components/bottomNavigation.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ export default {
105105
position: fixed;
106106
width: 100%;
107107
bottom: 0;
108+
z-index: 100;
108109
}
109110
.navButton {
110111
width: 25vw !important;

0 commit comments

Comments
 (0)