Contribution Date
Technology
Contribution Project
Contribution Details
I have attached a patch for same, Please review.
Earlier the focus height was fixed i.e height: var(--sp3)
that was causing problem for menu items which are two liner or more than two. I have add height: calc(100% - var(--sp2))
, So now it will adjust the height automatically. - var(--sp2)
is the padding of span. so that it doesn't cutoff the element itself.
After patch screenshots -
Desktop:
Mobile:
Contribution Issue Link
Contribution Link
Files count
3
Patches count
1