lightcase
lightcase copied to clipboard
Component Driving Mobile Overlay?
trafficstars
Lightcase is awesome. In testing it on your site, I noticed that in mobile the overlay changes from an opaque filter to a complete mask of the web content. What is driving that change and is there a way to turn it off? In other words, I would like to keep the responsive component, but also allow the user to see the original site content. Thanks!
Only using opacity: .5 !important; with css, because it is added by JavaScript to the DOM element on runtime.
Intension to do it like this was, because transparent background confuses more on mobile devices.
Can we close this one?