mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-25 01:51:37 -04:00
Fix sidebar not closing
This commit is contained in:
@@ -271,7 +271,7 @@ export function MobileSidebar(props: {
|
||||
leaveTo="opacity-0"
|
||||
>
|
||||
{/* background cover */}
|
||||
<div className="bg-canvas-100/75 fixed inset-0" />
|
||||
<div className="bg-canvas-100/75 fixed inset-0" onClick={() => setSidebarOpen(false)} />
|
||||
</Transition.Child>
|
||||
<Transition.Child
|
||||
as={Fragment}
|
||||
|
||||
Reference in New Issue
Block a user