mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-24 13:23:40 +01:00
Sticky head for table
This commit is contained in:
parent
f66426453f
commit
3cc3911821
@ -3,4 +3,12 @@ table.datatable > tbody > tr > td {
|
||||
}
|
||||
td.NumberCell {
|
||||
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