React changing route breaks height with layout
问题 I have a React application where if I change the route to a page with a small height the entire body doesn't have a max height for the window (the html does have full height). I have a standard index.html setup here <html> <body> <div id="app"></div> <script src="client.min.js"></script> </body> </html> Then here's my App.js file: import React from "react" import ReactDOM from "react-dom" import {Router, hashHistory} from "react-router" import routes from "./Routes" const app = document