mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-05 21:12:52 +02:00
related to #1265 group selector is now scrollable
This commit is contained in:
@@ -1812,6 +1812,11 @@ $(".icon-help-circled").tipTip({
|
||||
|
||||
/* Selectize Inputs (groups) */
|
||||
|
||||
#UserList .user-property-group .selectize-input,
|
||||
#GuestUserList .user-property-group .selectize-input {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
#UserList .item,
|
||||
#UserList .item.active,
|
||||
#GuestUserList .item,
|
||||
|
||||
Reference in New Issue
Block a user