mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
Add position relative for table cell
This commit is contained in:
parent
850e713e7f
commit
01f5b61982
@ -49,6 +49,7 @@
|
|||||||
|
|
||||||
&-tbody > tr > td {
|
&-tbody > tr > td {
|
||||||
border-bottom: 1px solid @border-color-split;
|
border-bottom: 1px solid @border-color-split;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-thead > tr,
|
&-thead > tr,
|
||||||
|
Loading…
Reference in New Issue
Block a user