FYI - i found a fix for the scrollbar thing...
https://github.com/ajaxorg/ace/issues/2872
add...
to the theme's css in its js file.
FYI2 - as for the expanded view, i've found nothing. i hate modifying the core/orig code, but in this case, that's what i did.
i edited the
line 273 where it gives the CSS for the ".ace_maximized" style.
i just changed the "top, left, right, & bottom" attributes to my liking.
✌
https://github.com/ajaxorg/ace/issues/2872
add...
.ace_scrollbar-inner {
background-color: white;
opacity: 0.01;
}to the theme's css in its js file.
FYI2 - as for the expanded view, i've found nothing. i hate modifying the core/orig code, but in this case, that's what i did.
i edited the
~/assets/components/ace/modx.texteditor.js
line 273 where it gives the CSS for the ".ace_maximized" style.
i just changed the "top, left, right, & bottom" attributes to my liking.
✌