MyBB Community Forums

Full Version: Help with Mybb sceditor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello
I was following this tutorial of how to make my sceditor Dark
https://community.mybb.com/thread-222244.html

But now i see a error 
[Image: 7nPwDKC.png]

Can anybody help me how to fix this
the scrollbar is appearing because of  /jscripts/sceditor/textarea_styles/jquery.sceditor.mybb.css has 


body {
overflow: auto;
}

what you have to do for disappearing that scrollbar is 


body::-webkit-scrollbar {
display: none;
}
Hello @paradoxp
Thank you so much for your Reply

I tried that . The scrollbar got removed but still its not full size, i mean i still gotta scroll down.
The text that i put on its only half
PLEASE HELP
okay , what you have to do just reset your codebuttons template. and upload this to your forum home directory.

like public_html/jscripts/.......

[attachment=44508]

and after uploading choose your editor as Mybb-dark
(2021-10-09, 04:11 AM)PARADOXP Wrote: [ -> ]okay , what you have to do just reset your codebuttons template. and upload this to your forum home directory.

like public_html/jscripts/.......



and after uploading choose your editor as Mybb-dark


HUHHHHHHHHH it worked perfectly sir, thank you very much