Skip to content

Commit

Permalink
add z-index: 1 to ace_placeholder (#5612)
Browse files Browse the repository at this point in the history
  • Loading branch information
InspiredGuy authored Jul 17, 2024
1 parent b7495e1 commit ed233cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/css/editor-css.js
Original file line number Diff line number Diff line change
Expand Up @@ -645,12 +645,14 @@ module.exports = `
}
.ace_placeholder {
position: relative;
font-family: arial;
transform: scale(0.9);
transform-origin: left;
white-space: pre;
opacity: 0.7;
margin: 0 10px;
z-index: 1;
}
.ace_ghost_text {
Expand Down

0 comments on commit ed233cf

Please sign in to comment.