Docs Site: Lightbox component does not work properly #2363
Labels
documentation
Improvements or additions to documentation
gatsby
hacktoberfest
https://hacktoberfest.digitalocean.com
Description
When the user navigates to the MDS Docs site and clicks on any image, the lightbox feature does not appear to function properly.
It was working previously, but stopped functioning after migrating the code from Gatsby v3.x to v5.x
Steps to reproduce
Expected result
After clicking on the image, the image should opens in an overlay on top of the current page, dimming or blurring the background to focus on the image.
Steps to fix the issue
develop
branch, and from that create a new branchcd docs
npm install
npm run dev
The text was updated successfully, but these errors were encountered: