mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3509] - added autoscroll for dynamic table widget (#3763)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div class="{{field.className}}"
|
||||
<div class="adf-dynamic-table-scrolling {{field.className}}"
|
||||
[class.adf-invalid]="!isValid()">
|
||||
<div class="adf-label">{{content.name}}<span *ngIf="isRequired()">*</span></div>
|
||||
|
||||
|
@@ -26,6 +26,10 @@
|
||||
|
||||
.adf {
|
||||
|
||||
&-dynamic-table-scrolling {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
&-dynamic-table {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
|
Reference in New Issue
Block a user