TSK-1041: Fixed accessID table header when scrolling
This commit is contained in:
parent
901991e90b
commit
f64bb3d2da
|
@ -1,10 +1,11 @@
|
|||
@import '../../../../theme/colors';
|
||||
|
||||
td > input[type='checkbox'] {
|
||||
margin-top: 0px;
|
||||
margin-top: 0;
|
||||
}
|
||||
.panel-body {
|
||||
overflow-x: auto;
|
||||
padding-top: 0;
|
||||
}
|
||||
.text-width {
|
||||
width: 100%;
|
||||
|
@ -18,6 +19,13 @@ td > input[type='checkbox'] {
|
|||
color: red;
|
||||
}
|
||||
|
||||
th {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 3;
|
||||
background: white;
|
||||
}
|
||||
|
||||
td {
|
||||
vertical-align: bottom !important;
|
||||
&.has-changes {
|
||||
|
|
Loading…
Reference in New Issue