Skip to content

Commit

Permalink
remove z-index from board display
Browse files Browse the repository at this point in the history
  • Loading branch information
sandygudie committed Jan 11, 2024
1 parent 79fe0f8 commit 528fd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Board/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function Index({ showSidebar }: Props) {
style={{
marginLeft: showSidebar ? "clamp(260px, 10vw, 500px)" : "0px",
}}
className={`relative h-full -z-[1] pt-8 pb-28 mb-8 pr-8 pl-8`}
className={`relative h-full pt-8 pb-28 mb-8 pr-8 pl-8`}
>
{active ? (
<ActiveBoard />
Expand Down

0 comments on commit 528fd8c

Please sign in to comment.