Made table headers in Spinner sticky.
This commit is contained in:
parent
80f338c3af
commit
ec6d5031cf
1 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,12 @@ th, td {
|
|||
padding: 8px;
|
||||
}
|
||||
|
||||
th {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.query-input {
|
||||
width: 100%;
|
||||
height: 10rem;
|
||||
|
|
Loading…
Add table
Reference in a new issue