Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
941 Weergaven

In odoov17 In sale order I want to make

sticky. So far I managed to make this part sticky:

.o_notebook_headers {    position: sticky;    top: 0;    z-index: 10;  } 

But when I try to add same css to  thead * {} It wont work. Is there some way to make

also sticky? 



Avatar
Annuleer
Beste antwoord

Hi, 


If you want to make the thead sticky, try using the below CSS code.



.o_list_view .o_list_table thead {

    position: sticky;

    top: 0;

    z-index:999;

}

.o_account_reports_page .table-responsive{

    overflow-x: auto;

    overflow-y: visible;

}

.table-responsive{

    overflow: visible;

}

.o_list_view .table-responsive .table thead{

z-index: 1;

}

.o_list_renderer .o_list_table thead {

    position: sticky;

    top: 0;

    z-index:999;

}


Hope it helps

Avatar
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
4
mei 25
2714
2
mei 25
6139
1
mrt. 25
1811
4
mrt. 25
4704
3
feb. 25
5782