Revert "move scroll overflow to parent (#6730)" (#6926)

This reverts commit 4653e10872.
This commit is contained in:
Dharan
2021-04-15 18:27:48 +05:30
committed by GitHub
parent 96c94988c1
commit d18418d033

View File

@@ -604,7 +604,6 @@
.adf-sticky-header { .adf-sticky-header {
border-top: 0; border-top: 0;
height: 100%; height: 100%;
overflow-y: scroll;
.adf-datatable-header { .adf-datatable-header {
display: block; display: block;
@@ -616,6 +615,7 @@
.adf-datatable-body { .adf-datatable-body {
display: block; display: block;
flex: 1; flex: 1;
overflow-y: scroll;
margin-top: -1px; margin-top: -1px;
} }
} }