Skip to content

Commit

Permalink
fix(swiper): 修复页面中未设置 z-index 的 fixed 元素无法覆盖 swiper 问题
Browse files Browse the repository at this point in the history
  • Loading branch information
yang1206 committed Oct 31, 2023
1 parent 3fe20c7 commit 08e559b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/nutui/components/swiper/index.scss
@@ -1,6 +1,5 @@
.nut-swiper {
position: relative;
z-index: 1;
box-sizing: content-box;
display: flex;
overflow: hidden;
Expand Down

0 comments on commit 08e559b

Please sign in to comment.