-
+
-
-
You do not have access to view memberships.
-
-
-
-
- Form->create(false, array(
- 'url' => array('controller' => 'grouper_groups', 'action' => 'groupSubscribers'),
- 'class' => 'add-user-form w-100',
- 'id' => 'add-user-form',
- )); ?>
-
-
-
-
\ No newline at end of file
+ })(jQuery);
+
+
\ No newline at end of file
diff --git a/View/Elements/base-styles.ctp b/View/Elements/base-styles.ctp
index 48ea5e2..4b53cf4 100644
--- a/View/Elements/base-styles.ctp
+++ b/View/Elements/base-styles.ctp
@@ -15,6 +15,15 @@
--secondary: var(--darkteal)
}
+ #subscriber-picker .ui-autocomplete {
+ max-height: 75vh;
+ overflow-y: auto;
+ /* prevent horizontal scrollbar */
+ overflow-x: hidden;
+ /* add padding to account for vertical scrollbar */
+ padding-right: 20px;
+ }
+
.text-grouper {
color: var(--primary);
}