.vis.timeline .itemset { position: relative; padding: 0; margin: 0; box-sizing: border-box; } .vis.timeline .itemset .background, .vis.timeline .itemset .foreground { position: absolute; width: 100%; height: 100%; } .vis.timeline .axis { position: absolute; width: 100%; left: 0; top: 0; overflow: hidden; } .vis.timeline .foreground .group { position: relative; box-sizing: border-box; border-bottom: 1px solid #bfbfbf; } .vis.timeline .foreground .group:last-child { border-bottom: none; }