an appview-less Bluesky client using Constellation and PDS Queries reddwarf.app
frontend spa bluesky reddwarf microcosm

fix lightbox sidebar not visible

rimar1337 fe8f474c 5f459ed9

Changed files
+1 -1
src
+1 -1
src/components/UniversalPostRenderer.tsx
··· 2279 2279 </div> 2280 2280 )} 2281 2281 <div 2282 - className="lightbox fixed inset-0 z-50 flex items-center justify-center bg-black/80 w-screen lg:w-[calc(100vw-350px-var(--scrollbar-width)*0)] lg:max-w-[calc(100vw-350px-var(--scrollbar-width)*0)]" 2282 + className="lightbox fixed inset-0 z-50 flex items-center justify-center bg-black/80 w-screen lg:w-[calc(100vw-350px)] lg:max-w-[calc(100vw-350px)]" 2283 2283 onClick={(e) => { 2284 2284 e.stopPropagation(); 2285 2285 onClose();