html,body {
overflow: visible;
}
.post-sidebar .widget-area {
position: sticky;
position: -webkit-sticky;
top: 10px;
}
Bình luận
0 bình luận
- Hãy là người đầu tiên để lại bình luận cho bài viết này!
html,body {
overflow: visible;
}
.post-sidebar .widget-area {
position: sticky;
position: -webkit-sticky;
top: 10px;
}