Also, for me, I loose the left navbar. It's like the viewport changes or something and it thinks I'm on a device with a small screen, whenever I go to the Edit DNS Zones in WHM. It doesn't happen when I go anywheres else.
I cannot try it any other browsers, like Microsoft Edge or IE, because I've never been to whm on those browsers. So until my SSL certificate problem is fixed, I can't troubleshoot much. Sorry guys.
When I view the page source for a WHM function that has the scroll bar and compare it to the Edit DNS Zone source code, in the beginning, I see some discrepancies.
Mainly this:
# In Edit DNS Zone
Code:
<script type='text/javascript' src='/cPanel_magic_revision_1492181131/yui-gen/utilities_container/utilities_container.js'>
</script>
<script type='text/javascript' src='/cPanel_magic_revision_1503440577/cjt/cjt-min.js?locale=en&locale_revision=1503440955'>
</script>
<link rel='stylesheet' href="/libraries/fontawesome/css/font-awesome.min.css" />
# In Apache Configuration -> Global Configuration
Code:
<script type='text/javascript' src='/cPanel_magic_revision_1492181131/yui-gen/utilities_container/utilities_container.js'>
</script>
<script type='text/javascript' src='/cPanel_magic_revision_1503440577/cjt/cjt-min.js?locale=en&locale_revision=1503440955'>
</script>
<link rel='stylesheet' href="/cPanel_magic_revision_1424892677/libraries/fontawesome/css/font-awesome.min.css" />
Notice that last link rel='stylesheet'.....
See how in the Global Configuration, where the scroll bar works, there's a cPanel_magic_revision_somenumber in front of libraries, but in Edit DNS Zone, that's not there? Makes me wonder if the Edit DNS Zone page is cached.
When I use Chrome's Inspect function, I can manually edit the values in the head part of the HTML page. When I copy and paste the various cPanel_magic_revision_somenumber from the Apache Global Configuration source code page to the Edit DNS Zone function, then the Edit DNS Zone function gets the scroll bar, the left navigation page reappears, etc....
Did you guys try clearing your cache, to see if the problem gets fixed?
Thanks.