From 4f555afc5ee744276acd688d97906487817193ef Mon Sep 17 00:00:00 2001
From: webchick <webchick@24967.no-reply.drupal.org>
Date: Mon, 12 Aug 2013 00:01:03 -0700
Subject: [PATCH] Issue #2049681 by alexpott: Fixed User permissions table
 header is no longer sticky.

---
 core/modules/user/lib/Drupal/user/Form/UserPermissionsForm.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/modules/user/lib/Drupal/user/Form/UserPermissionsForm.php b/core/modules/user/lib/Drupal/user/Form/UserPermissionsForm.php
index b3c28ccec967..a78eedf5ca83 100644
--- a/core/modules/user/lib/Drupal/user/Form/UserPermissionsForm.php
+++ b/core/modules/user/lib/Drupal/user/Form/UserPermissionsForm.php
@@ -113,6 +113,7 @@ public function buildForm(array $form, array &$form_state) {
       '#type' => 'table',
       '#header' => array(t('Permission')),
       '#id' => 'permissions',
+      '#sticky' => TRUE,
     );
     foreach ($role_names as $rid => $name) {
       $form['permissions']['#header'][] = array(
-- 
GitLab