Remove table overflow:hidden, fix #7799

This commit is contained in:
Wei Zhu 2018-02-24 11:45:38 +08:00
parent 947cee4475
commit c28d6f1624

View File

@ -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 {