2024-02-28 16:33:15 +03:00

5 lines
96 B
CSS

/* fix antd tables override scroll style */
.ant-table {
scrollbar-color: unset !important;
}