Skip to content

Commit

Permalink
[components] Fix pane header's z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard committed May 15, 2020
1 parent 6e9df26 commit d4d9789
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
top: 0;
user-select: none;
background-color: inherit;
z-index: 1;
z-index: var(--zindex-pane);

@nest .isCollapsed & {
background-color: transparent;
Expand Down

1 comment on commit d4d9789

@vercel
Copy link

@vercel vercel bot commented on d4d9789 May 15, 2020

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.