콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
3927 화면

<tree>

<field name="field_a"/>

<field name = "field_b" />

<field name = "field_c" />

<field name = "field_d" />


<tree>


How can i make the field_a sticky when i scroll the view horizontally ?

아바타
취소
베스트 답변

give a class and add css to that class
am not a pro with css but i guess, position:fixed or absolute ll give the sticky effect

아바타
취소

div.sticky {

position: -webkit-sticky; /* Safari */

position: sticky;

}

관련 게시물 답글 화면 활동
0
1월 25
1
2
5월 19
21350
3
4월 25
5389
0
2월 25
1767
0
1월 25
1523