mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 05:03:53 +01:00
14 lines
247 B
CSS
14 lines
247 B
CSS
|
table.datatable > tbody > tr > td {
|
||
|
white-space: nowrap;
|
||
|
}
|
||
|
td.NumberCell {
|
||
|
text-align: center;
|
||
|
}
|
||
|
thead.sticky > tr > th {
|
||
|
position: sticky;
|
||
|
position: -webkit-sticky;
|
||
|
top: 0px;
|
||
|
margin: 0 auto;
|
||
|
z-index: 10;
|
||
|
background-color: white;
|
||
|
}
|