Mixing responsive and non-responsive page layouts

I’m building a web app that uses a responsive layout for most areas, however I want to have one particular page be non responsive because I’m using it to display a “PDF preview” of a document (rendered in HTML) and would prefer to have the user pinch and zoom to read it.

How could I accomplish this with React as my view layer?