UNPKG
dzh-react-sticky
Version:
latest (1.0.0)
1.0.0
React中固钉(粘性布局)组件实现
github.com/Duanzihuang/dzh-react-sticky
Duanzihuang/dzh-react-sticky
dzh-react-sticky
/
lib
/
Sticky
/
index.css
7 lines
(6 loc)
•
92 B
CSS
View Raw
1
2
3
4
5
6
7
.dzh_react_sticky_fixed
{
position
: fixed;
width
:
100%
;
top
:
0
;
z-index
:
1
; }