👁️
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix clicking outside card modal to close it

+1 -1
+1 -1
src/components/deck/CardModal.tsx
··· 128 128 /> 129 129 130 130 {/* Modal */} 131 - <div className="fixed inset-0 z-50 overflow-y-auto"> 131 + <div className="fixed inset-0 z-50 overflow-y-auto pointer-events-none"> 132 132 <div className="flex min-h-full items-center justify-center p-4"> 133 133 <div 134 134 role="dialog"