fixed scrolling
This commit is contained in:
parent
c36c9a3ef1
commit
efae35be41
2 changed files with 10 additions and 6 deletions
|
|
@ -219,7 +219,11 @@ table {
|
|||
|
||||
thead {
|
||||
border-bottom: 1px solid var(--border-color);
|
||||
position: relative;
|
||||
background-color: var(--white);
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
box-shadow: 0 2px 0 var(--border-color);
|
||||
}
|
||||
|
||||
tbody th {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue