]> BookStack Code Mirror - bookstack/commitdiff
Prevented TinyMCE clear-color option having scrollbar
authorDan Brown <redacted>
Sat, 22 Sep 2018 22:12:39 +0000 (23:12 +0100)
committerDan Brown <redacted>
Sat, 22 Sep 2018 22:12:39 +0000 (23:12 +0100)
Was covering the option if showing and prevented the option being pressed.
Fixes #999

resources/assets/sass/_tinymce.scss

index 92af39a87358ee071b0e2aced28d943ac7489898..1e656a36c1ac2faabc8f71c17deae935753b3f93 100644 (file)
@@ -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