Made table headers in Spinner sticky.

This commit is contained in:
Greyson Parrelli 2023-05-08 12:40:24 -04:00 committed by Cody Henthorne
parent 80f338c3af
commit ec6d5031cf

View file

@ -20,6 +20,12 @@ th, td {
padding: 8px;
}
th {
position: sticky;
top: 0;
background: #fff;
}
.query-input {
width: 100%;
height: 10rem;