Sticky table headers
This commit is contained in:
parent
708d1e50a7
commit
7c21b7b5d3
@ -38,6 +38,7 @@ body {
|
|||||||
padding: $right-container-padding;
|
padding: $right-container-padding;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
z-index: 2;
|
||||||
|
|
||||||
.actions-row {
|
.actions-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@ -2,12 +2,15 @@
|
|||||||
@import 'red-mixins';
|
@import 'red-mixins';
|
||||||
|
|
||||||
.table-header {
|
.table-header {
|
||||||
background-color: rgba(226, 228, 233, 0.9);
|
background-color: $grey-6;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
padding: 0 16px;
|
padding: 0 16px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
position: sticky;
|
||||||
|
top: 50px;
|
||||||
|
z-index: 1;
|
||||||
|
|
||||||
.actions {
|
.actions {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -16,6 +19,14 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
redaction-table-col-name,
|
||||||
|
.select-oval-placeholder {
|
||||||
|
background-color: $white;
|
||||||
|
position: sticky;
|
||||||
|
top: 100px;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
|
||||||
.no-data {
|
.no-data {
|
||||||
grid-column: 1/-1;
|
grid-column: 1/-1;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user