5 lines
96 B
CSS
5 lines
96 B
CSS
/* fix antd tables override scroll style */
|
|
.ant-table {
|
|
scrollbar-color: unset !important;
|
|
}
|