web-garden icon indicating copy to clipboard operation
web-garden copied to clipboard

astro-lightbox issues with image modals

Open jamiecropley opened this issue 1 year ago • 0 comments

I find I have to use the following CSS to make the images show up properly / as I want when I click them, is there a better way to do this or does the core integration of astro-lightbox need updating?

`.portal { position: fixed !important; top: 50% !important; left: 50% !important; transform: translate(-50%, -50%) !important; width: auto !important; height: auto !important; object-fit: cover !important; }

.app-lightbox { position: fixed !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; background: none !important; }`

jamiecropley avatar Jun 13 '23 19:06 jamiecropley