Skip to content

fix: Align active subnav item "active" indicator to overlap subnav border

stephen requested to merge frontend-tickets--subnav-border-overlap into main

A fix for the issue described in this ticket - #25 - in which the bottom border on active .Subnav elements should overlap with the bottom border on the .Subnav, rather than stack on top of it. This is achieved by applying a negative margin-bottom value on .Subnav ul items the same height as .Subnav's bottom border.

Closes: #25

Edited by stephen

Merge request reports