Skip to content

Commit 50daddc

Browse files
committed
fix(ListView): stick header be covered by ListItem. close #1456
1 parent 9148cb8 commit 50daddc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

components/list-view/style/index.less

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,9 @@
123123
background: rgba(0, 0, 0, 0.498039);
124124
}
125125
}
126+
127+
.am-list-view-scrollview {
128+
.sticky {
129+
z-index: 999;
130+
}
131+
}

0 commit comments

Comments
 (0)