f you have an issue like me where every time you press a clickable button, the screen turns purple and doesn't show anything, you can try this fix. Simply put this in your CSS part, you can edit to your liking (you may have to see what your CSS items are called, you can learn how to do that by visiting this).:
.ModalManager.modal { display: contents;}
.Modal.in {position: inherit; top: 100px;}
.Modal-backdrop.backdrop {display: none;}