Skip to content

Commit

Permalink
Resolved #4345 Where dropdowns in RedactorX RTE don't open when editi…
Browse files Browse the repository at this point in the history
…ng a page in Preview Mode
  • Loading branch information
Yulyaswan committed Jun 20, 2024
1 parent 42a1a27 commit 1089a46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cp-styles/app/styles/components/_rte.scss
Original file line number Diff line number Diff line change
Expand Up @@ -985,6 +985,7 @@ a.ck.ck-button.ck-on {
background-color: var(--ee-bg-dropdown) !important;
color: var(--ee-text-primary);
box-shadow: 0 1px 4px 0 var(--ee-shadow-dropdown) !important;
z-index: 1000 !important;

.rx-popup-header {
color: var(--ee-text-primary);
Expand Down
1 change: 1 addition & 0 deletions themes/ee/cp/css/common.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -47647,6 +47647,7 @@ a.ck.ck-button.ck-on {
background-color: var(--ee-bg-dropdown) !important;
color: var(--ee-text-primary);
box-shadow: 0 1px 4px 0 var(--ee-shadow-dropdown) !important;
z-index: 1000 !important;
}
.rx-popup .rx-popup-header {
color: var(--ee-text-primary);
Expand Down

0 comments on commit 1089a46

Please sign in to comment.