'Apply inline css for antd Table scrollbar

How to apply inline css for the scroll bar? I need to change default width and color of scroll of the antd Table.

 <Table style={{ width: '100%' }} scroll={{ y: 80 }}
          pagination={false}
          columns={columns}
          dataSource={data} />


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source