web/admin: rework scrolling in modals, ensure overlay covers everything
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		| @ -22,9 +22,6 @@ export const MODAL_BUTTON_STYLES = css` | ||||
|         text-align: left; | ||||
|         font-size: var(--pf-global--FontSize--md); | ||||
|     } | ||||
|     .pf-c-modal-box.pf-m-lg { | ||||
|         overflow-y: auto; | ||||
|     } | ||||
|     .pf-c-modal-box > .pf-c-button + * { | ||||
|         margin-right: 0; | ||||
|     } | ||||
|  | ||||
| @ -65,7 +65,7 @@ export class ModalForm extends ModalButton { | ||||
|                     </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"> | ||||
|                 <slot name="form"></slot> | ||||
|             </section> | ||||
|             <footer class="pf-c-modal-box__footer"> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens Langhammer
					Jens Langhammer