Add position relative for table cell

This commit is contained in:
afc163 2016-11-11 00:57:14 +08:00
parent 850e713e7f
commit 01f5b61982

View File

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