In odoov17 In sale order I want to make
.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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
In odoov17 In sale order I want to make
.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
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
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
4
maj 25
|
2579 | ||
|
2
maj 25
|
5957 | ||
|
1
mar 25
|
1718 | ||
|
4
mar 25
|
4569 | ||
|
3
lut 25
|
5575 |