1
0
Fork 0

🚧 More work on React components

This commit is contained in:
Joost De Cock 2019-04-26 08:25:15 +02:00
parent e2b5ba2ee7
commit 3d9192a5ae
12 changed files with 178 additions and 132 deletions

View file

@ -6,7 +6,7 @@ import { withStyles } from "@material-ui/core/styles";
const PaddedSlider = withStyles({
container: {
padding: "25px 0",
overflowX: "hidden" // See: https://github.com/mui-org/material-ui/issues/14234
//overflowX: "hidden" // See: https://github.com/mui-org/material-ui/issues/14234
},
track: { height: "4px" },
thumb: { width: "16px", height: "16px" }