diff --git a/lib/core/form/components/widgets/dynamic-table/dynamic-table.widget.html b/lib/core/form/components/widgets/dynamic-table/dynamic-table.widget.html index c8b0eb8c4c..eee2cc136b 100644 --- a/lib/core/form/components/widgets/dynamic-table/dynamic-table.widget.html +++ b/lib/core/form/components/widgets/dynamic-table/dynamic-table.widget.html @@ -1,4 +1,4 @@ -
{{content.name}}*
diff --git a/lib/core/form/components/widgets/dynamic-table/dynamic-table.widget.scss b/lib/core/form/components/widgets/dynamic-table/dynamic-table.widget.scss index bc3f4779ff..adef035bd6 100644 --- a/lib/core/form/components/widgets/dynamic-table/dynamic-table.widget.scss +++ b/lib/core/form/components/widgets/dynamic-table/dynamic-table.widget.scss @@ -26,6 +26,10 @@ .adf { + &-dynamic-table-scrolling { + overflow: auto; + } + &-dynamic-table { width: 100%; position: relative;