🚧 More work on React components
This commit is contained in:
parent
e2b5ba2ee7
commit
3d9192a5ae
12 changed files with 178 additions and 132 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue