NavBar Drop Shadow overlaps Scrollbar when Tweet with Replies is in view
EthanC opened this issue · 2 comments
EthanC commented
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
EthanC commented
pugson commented
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.