it works just fine. (scroll to the bottom of your page and you’ll see it)
the problem is that your theme’s css has the following
#page-title, #content {
z-index: 9900;
}
wheras the popup has a z-index of “only” 1000
so your content covers absolutely everything
change one of the 2 z-indexes