Skip to content

Commit

Permalink
Merge pull request #26 from zendesk/ralfpatric/link-zindex
Browse files Browse the repository at this point in the history
Fix z-index on link pop-up
  • Loading branch information
ralfpatric authored Oct 21, 2024
2 parents 57ac7ff + 5587ee0 commit 337bef6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/pink-pumpkins-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@zendesk/help-center-wysiwyg": patch
---

Fix z-index on link popup
5 changes: 5 additions & 0 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@
overflow: auto;
white-space: pre;
}

.ck.ck-balloon-panel {
z-index: var(--ck-z-modal);
}

/*
Prevent issue where some Zendesk Garden icons are completely filled with currentColor,
making the icon itself invisible.
Expand Down

0 comments on commit 337bef6

Please sign in to comment.