UNPKG

@rabahzeineddine/material-ui

Version:
20 lines (19 loc) 571 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var styles_1 = require("@material-ui/core/styles"); exports.default = (function (theme) { return styles_1.createStyles({ content: { marginTop: theme.spacing(2), flexGrow: 1, flexBasis: 0, overflow: "auto", "&::-webkit-scrollbar": { width: "0.3em", }, "&::-webkit-scrollbar-thumb": { backgroundColor: theme.palette.primary.main, }, }, }); });