Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
3676 Prikazi

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

div.sticky {

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

position: sticky;

}

Related Posts Odgovori Prikazi Aktivnost
0
jan. 25
1
2
maj 19
21045
3
apr. 25
4926
0
feb. 25
1458
0
jan. 25
1217