Scroll bar in editor is disabled by horizontal sizing actions

This issue has been reported multiple times. I wanted to add some context as the answers from the support team tried to point to it as a plug-in conflict issue or an issue with trackwheel support. It is not.

I’ve created a clean Pro installation and can show the behavior on a page with just content from a basic template added to give the page length.

It is possible to scroll the page with very precise pointing of the pointer. One of the support team’s responses was that users needed to use a trackwheel to scroll the page. This should not be a requirement as trackwheels are not universally available.

The scrolling region is there. It is just much too small. This should be a pretty quick and simple fix but I’ve read that there is no ETA. As it is a major blocking usability issue, I hope it can be corrected soon. We have over 20 sites on Pro…

Here is a video that demonstrates how difficult it is to work around:

Thanks.

Hi @ConnectionPoint,

This is a known issue with the latest version of the theme and has already been reported to our issue tracker for further investigation by the development team.

Thanks

Hi @ConnectionPoint,

I wanted to let you know this is something that’s been addressed for the next release. It may still be some time before that’s available, so in the meantime you can adjust the tolerance yourself with these steps.

  • Under Preferences, enable the Dev Toolkit
  • Open the Dev Toolkit from the bar icon and click UI CSS
  • Copy/paste in the code below
.tco-preview-iframe {
  --d-resize-corner: 5px;
}

That should reduce the size of the clickable area for resizing and prevent it from covering up the scrollbar.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.