zurfyx / angular-custom-modal

Angular2+ Modal / Dialog (with inner component support).

Home Page:https://zurfyx.github.io/angular-custom-modal/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] What is the right way to set the modal position? (e.g top right)

azgron opened this issue · comments

You could overwrite the .modal-dialog styles to:

  position: absolute;
  top: 0%;
  right: 0%;

Top right

Thanks.