Scrollbar in PHP Scripts

Is there anyway to improve the advisability of the scroll bar in the php script generated?
Thanks

Make sure you have already enabled Use Bootstrap responsive tables from Tools → Advanced Settings, then re-generate ALL the script files again.In addition, if you are a registered user of PHPMaker, then you may enable FixedHeaderTable extension from Tools → Exensions, then re-generate ALL the script files again.

If you have enabled the advanced setting Use OverlayScrollbars, OverlayScrollbars will be used. By default autoHide is enabled, if you want to make it always visible, you may use Page_Head server event to set the options, e.g.

<script>
ew.overlayScrollbarsOptions.scrollbars.autoHide = "never";
</script>

See all options here: https://kingsora.github.io/OverlayScrollbars/#!documentation/options