Align the top of the modal to a fixed distance from the top of the

browser
This commit is contained in:
Marliana Lara
2019-09-11 11:03:00 -04:00
parent e53c979344
commit ad2e58cd43
2 changed files with 4 additions and 2 deletions

View File

@@ -19,6 +19,8 @@ const entities = new Entities.AllHtmlEntities();
const Modal = styled(PFModal)` const Modal = styled(PFModal)`
--pf-c-modal-box__footer--MarginTop: 0; --pf-c-modal-box__footer--MarginTop: 0;
align-self: flex-start;
margin-top: 200px;
.pf-c-modal-box__body { .pf-c-modal-box__body {
overflow-y: hidden; overflow-y: hidden;
} }