When i open my training via link i havent any content. Only white space. So i have to open browser developer tools and it shows OVERLAY with 100% width/height. When i delete it, content shows.
<div id="overlay" class="privacy-overlay"></div>
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #fff;
z-index: 9999;
UPD:
Report opens normal when i log on. Is it OK?