From 9dc26a8c5271ec125c0aed5def79214bbb1df3d1 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sat, 22 Sep 2018 23:12:39 +0100 Subject: [PATCH] Prevented TinyMCE clear-color option having scrollbar Was covering the option if showing and prevented the option being pressed. Fixes #999 --- resources/assets/sass/_tinymce.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/assets/sass/_tinymce.scss b/resources/assets/sass/_tinymce.scss index 92af39a87..1e656a36c 100644 --- a/resources/assets/sass/_tinymce.scss +++ b/resources/assets/sass/_tinymce.scss @@ -48,4 +48,9 @@ } .page-content.mce-content-body p { line-height: 1.6; +} + +// Fix to prevent 'No color' option from not being clickable. +.mce-colorbtn-trans { + overflow: hidden; } \ No newline at end of file