Pro 5.0+: Inability to grab a scrollbar is a problem

Hi!

Since the responsive update, we can no longer drag the scrollbar up and down, but we can move the preview left and right instead.

However, there are scenarios where this poses a problem. While resizing is great, I think we must not lose access to the scrollbar.

Thanks!

image

Thanks! I’ve noticed this as well. Going to add this to the issue tracker.

3 Likes

Just a reminder that this is still a problem.

We can of course use our mouse wheel to move up and down the page but I see people asking about this a lot on the Facebook group (complaining more than asking).

We ended up reducing the clickable area there by half (from 20px down to 10px) so this should be corrected in the beta. One thing you can do to change the tolerance is add this under UI CSS in the Dev Toolkit

.tco-preview-iframe {
  --d-resize-corner: 5px;
}

The px value there determines how wide the resize handles will be. At 5px you’ll have to be really precise to grab it, but the scrollbar will definitely be clickable.

2 Likes

Just confirming, this fix is something that is currently in Beta version?

Yes, it was adjusted for this release.