Masala Design System (MDS) is an open-source design system built at Innovaccer. Figma file : https://www.figma.com/community/file/974368355920553546/masala-design-system-web-guidelines
Image does not opens in an overlay on top of the current page.
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
Fork and clone this repository
First checkout to develop branch, and from that create a new branch
Switch current directory to docs using command cd docs
Install dependencies using npm install
Start development server using npm run dev
Check the issue on your local environment on localhost:8000
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