TSK-1041: Fixed accessID table header when scrolling

This commit is contained in:
Sofie Hofmann 2020-08-03 14:35:56 +02:00
parent 901991e90b
commit f64bb3d2da
1 changed files with 9 additions and 1 deletions

View File

@ -1,10 +1,11 @@
@import '../../../../theme/colors'; @import '../../../../theme/colors';
td > input[type='checkbox'] { td > input[type='checkbox'] {
margin-top: 0px; margin-top: 0;
} }
.panel-body { .panel-body {
overflow-x: auto; overflow-x: auto;
padding-top: 0;
} }
.text-width { .text-width {
width: 100%; width: 100%;
@ -18,6 +19,13 @@ td > input[type='checkbox'] {
color: red; color: red;
} }
th {
position: sticky;
top: 0;
z-index: 3;
background: white;
}
td { td {
vertical-align: bottom !important; vertical-align: bottom !important;
&.has-changes { &.has-changes {