Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
3606 Zobrazení

<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
Zrušit
Nejlepší odpověď

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
Zrušit

div.sticky {

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

position: sticky;

}

Related Posts Odpovědi Zobrazení Aktivita
0
led 25
1
2
kvě 19
20943
3
dub 25
4777
0
úno 25
1345
0
led 25
1154