Skip to content

Commit

Permalink
added css comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Urban committed Feb 22, 2024
1 parent d21aabb commit f6db6e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Ididit/wwwroot/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,18 @@ mark {
color: transparent !important;
}

/* For parent of hwt-highlights */
.hwt-backdrop {
z-index: 1;
}

/* In front of hwt-backdrop and hwt-highlights */
.hwt-textarea {
z-index: 2;
background-color: transparent !important;
}

/* Behind hwt-textarea */
.hwt-highlights {
color: transparent !important;
white-space: pre-wrap;
Expand Down

0 comments on commit f6db6e7

Please sign in to comment.