$(function() {
  $.nyroModalSettings({
	endShowContent: function(modal, settings) {
		modal.content.css({overflow: 'visible'});
	}
  });
});