10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-03 18:06:06 +02:00

Sticky head for table

This commit is contained in:
Mickaël Véril 2020-02-03 13:27:32 +01:00
parent f66426453f
commit 3cc3911821

View File

@ -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;
}