mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
move scroll overflow to parent (#6730)
This commit is contained in:
@@ -604,6 +604,7 @@
|
||||
.adf-sticky-header {
|
||||
border-top: 0;
|
||||
height: 100%;
|
||||
overflow-y: scroll;
|
||||
|
||||
.adf-datatable-header {
|
||||
display: block;
|
||||
@@ -615,7 +616,6 @@
|
||||
.adf-datatable-body {
|
||||
display: block;
|
||||
flex: 1;
|
||||
overflow-y: scroll;
|
||||
margin-top: -1px;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user