Unverified Commit 65a61ed2 authored by Hyoban's avatar Hyoban Committed by GitHub

fix: can not click sidebar (#289)

parent 5e7db463
......@@ -26,6 +26,7 @@ const Sidebar = () => {
return (
<>
<div className="mask" onClick={() => toggleSiderbar(false)}></div>
<aside className="sidebar-wrapper">
<UserBanner />
<UsageHeatMap />
......@@ -47,7 +48,6 @@ const Sidebar = () => {
{!userService.isVisitorMode() && <ShortcutList />}
<TagList />
</aside>
<div className="mask" onClick={() => toggleSiderbar(false)}></div>
</>
);
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment