mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 11:32:52 +08:00
Remove table overflow:hidden, fix #7799
This commit is contained in:
parent
947cee4475
commit
c28d6f1624
@ -10,7 +10,6 @@
|
||||
|
||||
.@{table-prefix-cls} {
|
||||
.reset-component;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
border-radius: @border-radius-base @border-radius-base 0 0;
|
||||
|
||||
@ -24,7 +23,6 @@
|
||||
border-spacing: 0;
|
||||
text-align: left;
|
||||
border-radius: @border-radius-base @border-radius-base 0 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
&-thead > tr > th {
|
||||
|
Loading…
Reference in New Issue
Block a user