diff --git a/app/components/work_package_types/form_configuration_component.html.erb b/app/components/work_package_types/form_configuration_component.html.erb index 20cfedb36b42..8710c91f2db9 100644 --- a/app/components/work_package_types/form_configuration_component.html.erb +++ b/app/components/work_package_types/form_configuration_component.html.erb @@ -41,14 +41,16 @@ See COPYRIGHT and LICENSE files for more details. ) %> <% end %> - <% content.with_main(overflow: :auto, classes: "type-form-configuration-page--main") do %> - <%= render( - WorkPackageTypes::FormConfiguration::MainContentComponent.new( - type: @type, - group_components: group_components, - ee_available: ee_available? - ) - ) %> + <% content.with_main(classes: "type-form-configuration-page--main") do %> +
+ <%= render( + WorkPackageTypes::FormConfiguration::MainContentComponent.new( + type: @type, + group_components: group_components, + ee_available: ee_available? + ) + ) %> +
<% end %> <% end %> <% end %> diff --git a/frontend/src/global_styles/content/_types_form_configuration.sass b/frontend/src/global_styles/content/_types_form_configuration.sass index 42a0a239f750..1a2831974910 100644 --- a/frontend/src/global_styles/content/_types_form_configuration.sass +++ b/frontend/src/global_styles/content/_types_form_configuration.sass @@ -49,6 +49,10 @@ body:has(.type-form-configuration-page) @include styled-scroll-bar min-height: 0 + &--active-list + overflow: auto + height: 100% + &--inactive-list list-style: none margin: 0