Skip to content

Commit

Permalink
Remove sticky header from content types form table. (#499)
Browse files Browse the repository at this point in the history
Co-authored-by: Stephen Cox <[email protected]>
  • Loading branch information
finnlewis and stephen-cox authored Oct 29, 2024
1 parent d8d92fe commit 078b43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin/DomainGroupSettings/ContentTypeSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public function buildConfigurationForm(array $form, FormStateInterface $form_sta
],
'#id' => 'modules',
'#attributes' => ['class' => ['modules']],
'#sticky' => TRUE,
'#sticky' => FALSE,
];
foreach ($module_permissions as $module_name => $status) {
$module = $this->moduleExtensionList->getExtensionInfo($module_name);
Expand Down

0 comments on commit 078b43f

Please sign in to comment.