Skip to content

Commit

Permalink
FIX z-index of select dropdown clashing with TinyMCE toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherdarling committed Dec 13, 2023
1 parent be3100d commit 5fe3e61
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 5fe3e61

Please sign in to comment.