Skip to Content
Menú
This question has been flagged
1 Respondre
3530 Vistes

<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
Descartar
Best Answer

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
Descartar

div.sticky {

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

position: sticky;

}

Related Posts Respostes Vistes Activitat
0
de gen. 25
1
2
de maig 19
20879
3
d’abr. 25
4708
0
de febr. 25
1293
0
de gen. 25
1111