mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 13:13:55 +01:00
Sticky head for table
This commit is contained in:
parent
f66426453f
commit
3cc3911821
@ -4,3 +4,11 @@ table.datatable > tbody > tr > td {
|
|||||||
td.NumberCell {
|
td.NumberCell {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
table > thead tr > th {
|
||||||
|
position: sticky;
|
||||||
|
position: -webkit-sticky;
|
||||||
|
top: 150px;
|
||||||
|
margin: 0 auto;
|
||||||
|
z-index: 10;
|
||||||
|
background-color: white;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user