- From: Florian Rivoal via GitHub <sysbot+gh@w3.org>
- Date: Mon, 07 Jun 2021 00:28:08 +0000
- To: public-css-archive@w3.org
@aethanyc > should already be fixed in Firefox 90 Based on a very limited amount of testing, Firefox 90 indeed does what I'd expect. ❤️ As for [Bug 1711803](https://bugzilla.mozilla.org/show_bug.cgi?id=1711803), maybe I'm missing some subtlety, but as far as I understand it, the current behavior is the desirable one. Non overlay scrollbars do take space, and they take that space between the padding and the border, so if we don't take that space into account in operations that look at how bing margin/border/padding are, we're going to end up reserving the "wrong" amount of space, and this will end up being out of whack. Yes, the fact that with `overflow:auto`, that space changes depending on whether you're actually overflowing or not is unpleasant, but that's why we need [`scrollbar-gutter: stable`](https://drafts.csswg.org/css-overflow-4/#valdef-scrollbar-gutter-stable). -- GitHub Notification of comment by frivoal Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6350#issuecomment-855493239 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 7 June 2021 00:28:24 UTC