From 9322f27170c440d3b38d4bca83eeda94d1571261 Mon Sep 17 00:00:00 2001 From: Julie Hardesty Date: Thu, 23 Jan 2025 15:21:37 -0500 Subject: [PATCH] Added more overflow style overrides --- app/assets/stylesheets/hyrax/_tinymce.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/hyrax/_tinymce.scss b/app/assets/stylesheets/hyrax/_tinymce.scss index da65106e4f..b528acec20 100644 --- a/app/assets/stylesheets/hyrax/_tinymce.scss +++ b/app/assets/stylesheets/hyrax/_tinymce.scss @@ -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; } \ No newline at end of file