User Tour border not sized correctly

Re: User Tour border not sized correctly

by Ruan Combrink -
Number of replies: 0
So just for future reference. I had to change the scss file located at .../themes/moove/scss/moove/_responsive.scss

The max-width had to be changed from the default 50% to 100% as follows:

@media (min-width: 576px) {
.modal-dialog {
max-width: 100%;
}
}

Thanks again for the assistance.