Skip to content

Commit

Permalink
fix(richtext-lexical): z-index issues (#4570)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessioGr committed Dec 20, 2023
1 parent 0c905f0 commit 8015e99
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
.rich-text-lexical {
.editor {
position: relative;
z-index: 1;
}

.editor-shell {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
tab-size: 1;
outline: 0;
padding-top: 8px;
isolation: isolate;

&:focus-visible {
outline: none !important;
Expand Down

0 comments on commit 8015e99

Please sign in to comment.