Skip to content

Commit

Permalink
Revert "move scroll overflow to parent (#6730)"
Browse files Browse the repository at this point in the history
This reverts commit 4653e10.
  • Loading branch information
dhrn committed Apr 15, 2021
1 parent 7b1d32b commit f347b98
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -604,7 +604,6 @@
.adf-sticky-header {
border-top: 0;
height: 100%;
overflow-y: scroll;

.adf-datatable-header {
display: block;
Expand All @@ -616,6 +615,7 @@
.adf-datatable-body {
display: block;
flex: 1;
overflow-y: scroll;
margin-top: -1px;
}
}
Expand Down

0 comments on commit f347b98

Please sign in to comment.