mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[11.0] web_responsive : Support sticky table headers on chrome (#1082)
This commit is contained in:
committed by
Simone Orsi
parent
d4493e16c6
commit
fad3ec6c27
@@ -57,13 +57,16 @@
|
||||
>div {
|
||||
>.table-responsive {
|
||||
>.o_list_view {
|
||||
thead {
|
||||
thead tr:nth-child(1) th {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
background-color: #EEEEEE;
|
||||
border: none;
|
||||
}
|
||||
tfoot {
|
||||
tfoot tr:nth-child(1) td {
|
||||
position: sticky;
|
||||
bottom: 0;
|
||||
background-color: #EEEEEE;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user