Advertisement
abdulawal39

printing issue fix for PDF Viewer for WordPress

Oct 24th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.11 KB | None | 0 0
  1. #overlayContainer{
  2.   top:0;
  3.   left: 0;
  4. }
  5. @media print{
  6.   #overlayContainer{
  7.     display: none;
  8.   }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement