Entire web-page stuck in "blurry" state (screen-capture video included)

My friend made a web-page using Ghost (sergeydotnet.com).
It works for everyone else but me with any browser.
But if i try to visit the page using Google Chrome (with or without incognito mode) it shows the entire page as “blurry”.
If i use IE, Edge or Firefox the page is not “blurry”.

Anyone know why this happens to only me and only with chrome? :no_mouth:

  • What’s your URL? https://www.sergeydotnet.com/
  • What version of Ghost are you using? Version 2.10.0
  • What configuration? Environment production / Database sqlite3 / Mail SMTP
  • What browser? Google Chrome: Version 71.0.3578.98 (Official Build) (64-bit)
  • What errors or information do you see in the console? No errors in Console
  • What steps could someone else take to reproduce the issue you’re having? Be me and use chrome?

Thanks! :grinning:

1 Like

Seems like you have Chrome Dev flag set to include experimental features, which contains a bug and is triggering backdrop-filter: blur(3px); on .subscribe-overlay

You can check to see if this is enabled by opening this url:

chrome://flags/#enable-experimental-web-platform-features

3 Likes

That worked!

Thanks! :smile:

Thank’s for quick answer!

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