This has been observed as we have updated the CRM to SugarCRM 14.0 , the sidebar toggle is working on OS (apple) system well as expected and for windows machines we are able to expand the toggle button but unable to toggle it back. To resolve that for windows machines we have manipulated the of sidebar toggle from overflow: auto to overflow: hidden just by targeting the id ->content of the sidecar only for windows system. Now we encountered another issue because of this fix , when overflow: hidden is applying with the expanded record
view the scrollbars are not there because of which we can't able to move to bottom from top and can't able to see subpanels for that particular record view. I would really like to know how we can fix this up. This is how we have fix this by targeting this file
app/sugarcrm/custom/clients/base/fields/sidebartoggle/sidebartoggle.js
we are simply manipulative the id content conditionally as overflow :hidden whenever the system is windows and once the toggle state is open we are making it back to overflow :auto