Home › Forums › CSS › Absolute element hiding border › Reply To: Absolute element hiding border
February 15, 2016 at 12:57 am
#238024
Participant
have you tried border-collapse: initial
ISO collapse
?
.juloawrapper table {
/* border-collapse: collapse */
border-collapse: initial;
}