MyBB Community Forums

Full Version: Bootstrap needs border-box, sceditor needs context-box
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Any clues how to make both happy?  When I add bootstrap for a custom theme it screws up sceditor because of the border-box settings. bootstrap has set on *.    

I figured this out.  The solution was to put the following in the global.css.  

.sceditor-button, .sceditor-button div {
   box-sizing: content-box;
}