This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Share training report via web link

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.

my train

<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?