We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
  • Does anyone have a fix for the FormSave glitch in 2.3 where one can not scroll down to the bottom of the displayed list? I really like this extra and require it for several sites. I'm running Chrome on OSX.
      Ben Morrison
      Hacking templates to pieces since 2003
      • 37042
      • 384 Posts
      Hi Ben
      Did you ever get this resolved? Using FormSave extensively too and having same issue since upgrading.
        ...
        • 22840
        • 1,572 Posts
        Quick fix is to open manager/templates/default/css/index.css and add the following to the very bottom
        #formsave-content .x-panel-body-noheader .x-grid3-body {
            height: 500px;
            overflow: auto;
        }