Skip to content

Commit

Permalink
Merge pull request #848 from cccoding365/patch-1
Browse files Browse the repository at this point in the history
fix(uni-nav-bar): 修复使用自定义导航栏并开启下拉刷新时 onPullDownRefresh 的 loading 元素被导航栏遮挡的问题
  • Loading branch information
mehaotian authored Mar 5, 2024
2 parents 629aa1f + a204865 commit 6800f79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
.uni-navbar--fixed {
position: fixed;
z-index: 998;
z-index: 99;
/* #ifdef H5 */
left: var(--window-left);
right: var(--window-right);
Expand Down

0 comments on commit 6800f79

Please sign in to comment.