I have an application where CSS are in pixels. When i call window.print()
method it shows the exact window in popup.
In case of same application which is having CSS in percentage - when i call window.print() method the UI is breaking in popup.
Why? How we can print without breaking CSS that uses percentage?