Slowly we'll get there.

Another z-index issue.

Please add the following to your AppHtml\CssStyle\application.css file and see if it helps (it does here)

Code:
.WebFlPnl.WebContainer {
  z-index: 2;
}
--
Wil