<img src="http://i.imgur.com/2RU16Pz.png"> Due to the nature of the sub-modal, it's overflow is clipped from it's parent `.modal-body`. Setting the parent's `overflow` to `visible` apparently fixes the issue until you close the sub-modal
Due to the nature of the sub-modal, it's overflow is clipped from it's parent
.modal-body.Setting the parent's
overflowtovisibleapparently fixes the issue until you close the sub-modal