9 lines
159 B
CSS
9 lines
159 B
CSS
|
.modal-fullscreen .modal-dialog {
|
||
|
margin: 0;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|