pugson/twitter-dark-mode

NavBar Drop Shadow overlaps Scrollbar when Tweet with Replies is in view

EthanC opened this issue · 2 comments

Is something unstyled or looking weird?

  • Expand a Tweet with many replies, creating a scrollbar. Twitter's Navbar Drop Shadow will overlay the Scrollbar, doesn't happen when a Tweet is not expanded.
  • Class: Unknown
  • Windows 10 x64, Chrome, 1920x1080

URL of where this happens or steps to reproduce

Screenshots

image

Still seeing this issue after the latest update.

Though I've noticed something, not sure if this was present before...

Before the Tweet is fully-loaded, a secondary, smaller scrollbar is made, without this specific issue, but the Navbar overlaps it entirely
image

However, once fully-loaded, the issue is still present
image

Thanks for letting me know!

After debugging this issue, it turned out to be a problem with gulp-cssnano trying to compress the file too much. It was overwriting z-index declarations. I passed down an option to prevent that behavior.