I am trying to adjust the width of the NgbModal to 80vw but it is not showing. Am I missing something or? I even went through the docs but is doesn't show how to add custom sizing.
Here's my piece of code below:
.modal-content { width: 80vw; }
I am trying to adjust the width of the NgbModal to 80vw but it is not showing. Am I missing something or? I even went through the docs but is doesn't show how to add custom sizing.
Here's my piece of code below:
.modal-content { width: 80vw; }