mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
parent
14619bc1d8
commit
89a6593c44
@ -660,7 +660,12 @@
|
||||
// https://stackoverflow.com/a/54101063
|
||||
// https://github.com/react-component/table/pull/333
|
||||
scrollbar-color: transparent transparent;
|
||||
min-width: unset;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
// set min width to window chrome scrollbar
|
||||
// https://github.com/ant-design/ant-design/issues/19952#issuecomment-559367149
|
||||
min-width: inherit;
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
|
@ -127,7 +127,7 @@
|
||||
"rc-slider": "~8.7.1",
|
||||
"rc-steps": "~3.5.0",
|
||||
"rc-switch": "~1.9.0",
|
||||
"rc-table": "~6.10.4",
|
||||
"rc-table": "~6.10.5",
|
||||
"rc-tabs": "~9.7.0",
|
||||
"rc-time-picker": "~3.7.1",
|
||||
"rc-tooltip": "~3.7.3",
|
||||
|
Loading…
Reference in New Issue
Block a user