mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 11:32:52 +08:00
not show overflow content when in elastic (#14550)
This commit is contained in:
parent
5ac80c8e55
commit
318dff9feb
@ -563,6 +563,11 @@
|
|||||||
table {
|
table {
|
||||||
width: auto;
|
width: auto;
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
|
|
||||||
|
// https://github.com/ant-design/ant-design/issues/14545
|
||||||
|
.@{table-prefix-cls}-fixed-columns-in-body {
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user