Skip to content

Instantly share code, notes, and snippets.

@MarceloFullStack
Created July 11, 2020 17:49
Show Gist options
  • Save MarceloFullStack/3442c8f256350c10c5a1320fd8c3033d to your computer and use it in GitHub Desktop.
Save MarceloFullStack/3442c8f256350c10c5a1320fd8c3033d to your computer and use it in GitHub Desktop.
.modal {
padding: 0 !important; // override inline padding-right added from js
}
.modal .modal-dialog {
width: 100%;
max-width: none;
height: 100%;
margin: 0;
}
.modal .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal .modal-body {
overflow-y: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment