Make entire <thead />
sticky
This commit is contained in:
parent
38e34e099a
commit
12c075ef60
@ -325,9 +325,9 @@
|
||||
white-space: nowrap;
|
||||
text-align: center;
|
||||
}
|
||||
table.table-sticky thead th {
|
||||
table.table-sticky thead {
|
||||
position: sticky;
|
||||
z-index: 1010;
|
||||
z-index: 1020;
|
||||
top: 0;
|
||||
background-color: #fff;
|
||||
}
|
||||
@ -339,7 +339,6 @@
|
||||
}
|
||||
table.table-sticky thead th.corner {
|
||||
padding: 0;
|
||||
z-index: 1020;
|
||||
}
|
||||
.navbar {
|
||||
position: sticky;
|
||||
|
Loading…
Reference in New Issue
Block a user