I used this component in my project, but when I open lightbox, it shows me a scrollbar on the overlay even if image is quite small.
I noticed, that to get overlay height you use Math.Max function. However, if one of site's component has a quite long list, it will make the overlay as big as the list.
Hi,
I used this component in my project, but when I open lightbox, it shows me a scrollbar on the overlay even if image is quite small.
I noticed, that to get overlay height you use Math.Max function. However, if one of site's component has a quite long list, it will make the overlay as big as the list.
My question is - why not use 100vh/100vw styles?