@specsoftdev live:.cid.8e17e9b93cabb607 specsoftdev@gmail.com

How to add vertical scrolling to EnlighterJS

You need to add this CSS code to the page with the code:
<style>
.enlighter-default{
      overflow-y: auto !important;
      max-height: 700px;
}
</style>