Prevented TinyMCE clear-color option having scrollbar

Was covering the option if showing and prevented the option being pressed.
Fixes #999
This commit is contained in:
Dan Brown 2018-09-22 23:12:39 +01:00
parent 6543020fd2
commit 9dc26a8c52
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View 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;
}