Skip to content

Commit

Permalink
fix zindex for block's editor panel
Browse files Browse the repository at this point in the history
  • Loading branch information
KaWaite committed Aug 9, 2023
1 parent f7e1d67 commit 4da4d84
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ const EditorPanel = styled.div`
color: ${({ theme }) => theme.content.main};
height: 100px;
padding: 12px;
z-index: 100;
position: absolute;
top: 100%;
left: -1px;
Expand Down

0 comments on commit 4da4d84

Please sign in to comment.