web/admin: fix scrolling in remaning modals
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		| @ -68,9 +68,7 @@ export class MemberSelectTable extends TableModal<User> { | ||||
|                     <h1 class="pf-c-title pf-m-2xl">${t`Select users to add`}</h1> | ||||
|                 </div> | ||||
|             </section> | ||||
|             <section class="pf-c-modal-box__body pf-c-page__main-section pf-m-light"> | ||||
|                 ${this.renderTable()} | ||||
|             </section> | ||||
|             <section class="pf-c-modal-box__body pf-m-light">${this.renderTable()}</section> | ||||
|             <footer class="pf-c-modal-box__footer"> | ||||
|                 <ak-spinner-button | ||||
|                     .callAction=${() => { | ||||
|  | ||||
| @ -66,9 +66,7 @@ export class GroupSelectModal extends TableModal<Group> { | ||||
|                     <h1 class="pf-c-title pf-m-2xl">${t`Select groups to add user to`}</h1> | ||||
|                 </div> | ||||
|             </section> | ||||
|             <section class="pf-c-modal-box__body pf-c-page__main-section pf-m-light"> | ||||
|                 ${this.renderTable()} | ||||
|             </section> | ||||
|             <section class="pf-c-modal-box__body pf-m-light">${this.renderTable()}</section> | ||||
|             <footer class="pf-c-modal-box__footer"> | ||||
|                 <ak-spinner-button | ||||
|                     .callAction=${() => { | ||||
|  | ||||
| @ -30,7 +30,7 @@ export class UserActiveForm extends DeleteForm { | ||||
|                     <h1 class="pf-c-title pf-m-2xl">${t`Update ${this.objectLabel}`}</h1> | ||||
|                 </div> | ||||
|             </section> | ||||
|             <section class="pf-c-modal-box__body pf-c-page__main-section pf-m-light"> | ||||
|             <section class="pf-c-modal-box__body pf-m-light"> | ||||
|                 <form class="pf-c-form pf-m-horizontal"> | ||||
|                     <p> | ||||
|                         ${t`Are you sure you want to update ${this.objectLabel} "${this.obj?.name}"?`} | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens Langhammer
					Jens Langhammer