Skip to content

Commit

Permalink
Merge pull request #6993 from samvera/issue-6789
Browse files Browse the repository at this point in the history
Added more overflow style overrides
  • Loading branch information
randalldfloyd authored Jan 23, 2025
2 parents b46d95b + 9322f27 commit 3c4a4b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/assets/stylesheets/hyrax/_tinymce.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@
color: black;
}

// Prevents text from being clipped in Tiny MCE bottom status bar (Issue #6789)
// Prevents text from being clipped in Tiny MCE bottom status bar and drop-down style menu (Issue #6789)
.tox .tox-statusbar { overflow: visible !important; }
.tox .tox-tbtn--bespoke .tox-tbtn__select-label { overflow: visible !important; }
.tox .tox-tbtn { overflow: visible !important; }
.tox-tinymce { overflow: visible !important; }

0 comments on commit 3c4a4b5

Please sign in to comment.