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