Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
3898 Visninger

<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 ?

Avatar
Kassér
Bedste svar

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

Avatar
Kassér

div.sticky {

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

position: sticky;

}

Related Posts Besvarelser Visninger Aktivitet
0
jan. 25
1
2
maj 19
21294
3
apr. 25
5334
0
feb. 25
1704
0
jan. 25
1447