f you run into that problem the fix is easy: swap out your `overflow: hidden` with an `overflow: clip` and you’re good to go.
See https://brm.us/overflow-clip for details.
Top-level
f you run into that problem the fix is easy: swap out your `overflow: hidden` with an `overflow: clip` and you’re good to go. See https://brm.us/overflow-clip for details. 3 comments
@bramus apologies on the removed message, I'd miscalculated the date math, it's _almost_ in Baseline: Widely Available. I'm considering making a calendar for notifications when these features hit Widely Available. 🔜 |
As noted in my `overflow: clip` article:
I see no reason to use `overflow: hidden` at all on your web pages, unless you have a good reason to. Using `overflow: clip` has exactly the same outcome, doesn’t interfere with Scroll-Driven Animations, and has great browser support.