in themes/kube/static/js/kube.js [1042:1053]
onOpened: function()
{
if (this.opts.clickOutside) $(document).on('click.' + this.namespace, $.proxy(this.close, this));
if (this.detect.isMobileScreen()) $('html').addClass('no-scroll');
$(document).on('keyup.' + this.namespace, $.proxy(this.handleKeyboard, this));
this.$close.on('click.' + this.namespace, $.proxy(this.close, this));
this.utils.disableBodyScroll();
this.$target.addClass('open');
this.callback('opened');
},