Print function in full screen mode

Hi Team,

When I switch to full screen mode and then Print, download button does not appear, I need to exit full screen mode to download PDF.
Can this be changed?

Regards,
Ilia

Hi @isychev ,
Thank you for reporting the bug! We'll make sure to deploy a fix in next release for that.
Meanwhile, please use the following CSS rule to change the behavior:

.poch-progress-bar-container {
  z-index: 1100;
}

Hi @v.uspenskii

Thank for the fix! It works now.

Regards,
Ilia