.tab-content-block .tab-menu{
...
/* overflow: hidden; */
}
.tab-menu li.active{
...
position: relative;
}
.tab-menu li.active:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: white;
height: 10px;
margin-bottom: -5px;
}