Skip to content

Commit

Permalink
Merge pull request #272 from christopherdarling/patch-1
Browse files Browse the repository at this point in the history
FIX z-index of select dropdown clashing with TinyMCE toolbar
  • Loading branch information
GuySartorelli authored Dec 15, 2023
2 parents 4ef2657 + 18e5df1 commit 29fffab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/dist/styles/bundle.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions client/src/components/TagField.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,7 @@
color: #0071e6;
}
}

.ss-tag-field__menu {
z-index: 10;
}

0 comments on commit 29fffab

Please sign in to comment.