Skip to content

Commit 0ad031c

Browse files
committed
Navbar bug fix
1 parent f6af1c0 commit 0ad031c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/Navbar.vue

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export default {
4747

4848
<style>
4949
nav.navbar {
50+
z-index: 10;
5051
border-bottom: 1px solid #d3d3d3;
5152
}
5253
</style>

0 commit comments

Comments
 (0)