timwis / jkan

A lightweight, backend-free open data portal, powered by Jekyll
https://jkan.io
MIT License
218 stars 310 forks source link

Fix mobile navbar dropdown functionality #268

Closed timwis closed 1 year ago

timwis commented 1 year ago

Some of the attributes changed with bootstrap 5, so the navbar dropdown button stopped working on small screens.

Also removed the redundant screen reader label (it's already present in the aria-label attribute and was showing on screens)

BryanQuigley commented 1 year ago

LGTM!