Material UI Table not being responsive while using example Responsive Drawer
问题 I have created a web app with the base coming from the Material-UI Example on a responsive drawer I am trying to get a table to resize responsively to the screen width, but, for some reason, the ResponsiveDrawer container provided by Material-UI is breaking the responsiveness of the contents (i.e. the table) Here is an example that I wrote that is perfectly responsive: App.js import React from "react"; import ReactDOM from "react-dom"; import Table from "@material-ui/core/Table/Table"; import