If you use the css section quite a bit like I do you may find the box a little limited in it's height to work with so here is some code to make it bigger you can also adjust the font size as well if needed.
Add this to your custom css, you can adjust the height by changing the height:500px to something else, just don't go to big. You can also change the font value as well
#designStudio textarea[name="themeCss"], #designStudio textarea[name="globalCss"] {
height: 500px!important;overflow:auto;
width: 100%;z-index:20!important; font-size:16px;}
Replies