Skip to content

Commit

Permalink
fix the z-index issue for create topic and reactquill (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: Zerihun Moges <zerihunmoges78@gmail.com>
  • Loading branch information
zerihunMoges and zerihunMoges authored Jul 6, 2023
1 parent 08f5e1d commit 1466ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/resources/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const SideBar: React.FC = () => {
</div>
)}
<div
className={`flex-col h-screen overflow-y-scroll sticky top-0 min-w-[20rem] md:w-1/4 shadow-lg waitlist-card-scroll ${
className={`flex-col h-screen overflow-y-scroll sticky top-0 min-w-[20rem] md:w-1/4 shadow-lg waitlist-card-scroll z-50 ${
isSidebarOpen ? "flex" : "hidden"
}`}
>
Expand Down

2 comments on commit 1466ba0

@vercel
Copy link

@vercel vercel bot commented on 1466ba0 Jul 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 1466ba0 Jul 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.