We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 459dfb0 commit 0e8636cCopy full SHA for 0e8636c
1 file changed
my-app/src/views/Components/CoursePagePopup.jsx
@@ -61,6 +61,7 @@ function CoursePagePopup({
61
className={`fixed backdrop-blur-lg inset-0 flex justify-center z-50 ${
62
sidebarIsOpen ? 'pl-[400px]' : 'w-full'
63
}`}
64
+ onClick={onClose}
65
>
66
<div
67
className="bg-indigo-300/75 backdrop-blur-lg h-full w-full flex flex-col overflow-auto"
0 commit comments