webextensions/live-css-editor

Issue with scroll

Nikodemsky opened this issue · 5 comments

Hi,

i have weird problem with scrolling, which i already mentioned on chrome extensions page, you can see the issue here on video:
https://w3wg.com/2020-10-12%2004-33-21.mp4

  • The steps to reproduce is simple, just write enough code to make scrollbar appear. No need to copy&paste, it happens every time when there's enough code to scroll.

Technicals:

  • I'm using chrome x64
  • Win10/Enterprise x64
  • It happens only on the specific website
  • List of active addons on chrome:
    addons2
  • i have already tried disabling those, but still no luck.

I can provide credentials for basic auth to specified website, just give me email or something, so it won't go on public :)

@Nikodemsky
Can you DM the details to our Twitter account @webextensions ?

i can't dm you for some reason, even after following you(@GamerMemories), can you check it?

ok i've made copy of this particular website:
http://smietnik.w3wg.com

  • it have same issue

@Nikodemsky
Thank you for providing the way to reproduce the issue.

It was happening because of smooth scroll behavior (* { scroll-behavior: smooth; } in http://smietnik.w3wg.com/wp-content/themes/kwiatkowski-child/wg.css)

The issue has now been fixed (by overriding the related CSS for the extension UI) with the following change:
99ec785

The fix is now available with the latest version of the extension (v8.5.2).