Skip to content

Commit

Permalink
fix: z-index moved to a generic block
Browse files Browse the repository at this point in the history
  • Loading branch information
Wagner3UB committed Jul 31, 2023
1 parent a7bfea0 commit 7f3294e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion theme/_cms-ui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,12 @@ body.cms-ui {
.public-DraftStyleDefault-block {
margin-bottom: unset;
}
// z-index necessario su Volto 17 finché non passiamo ad usare slate
}
}

// z-index necessario su Volto 17 finché non passiamo ad usare slate
.block {
.DraftEditor-root {
.DraftEditor-editorContainer,
.public-DraftEditorPlaceholder-root {
z-index: 0;
Expand Down

0 comments on commit 7f3294e

Please sign in to comment.