Skip to content

Commit

Permalink
fix: 文档遮挡 (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkasany committed Aug 24, 2023
1 parent adfeb6d commit c529dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/sites/mobile-vue/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default defineComponent({
#nav {
position: fixed;
z-index: 10;
z-index: 9999;
left: 0;
right: 0;
height: 57px;
Expand Down

0 comments on commit c529dc3

Please sign in to comment.