mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-23 19:32:29 +01:00
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:
parent
6543020fd2
commit
9dc26a8c52
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user