Re: [csswg-drafts] [css-transitions] smoothly transitioning scrollbars in/out when it appears/disappears (#6844)

I noticed that you used the `scrollbar-gutter` on the `<header>` element itself. To control the gutter color, you can put a `<div>` inside of the `<header>` and apply `scrollbar-gutter` to the `<div>` rather than the `<header>`. This will make the internal contents of the `<div>` to be offset by the scrollbar but maintain the background color of the `<header>`.

-- 
GitHub Notification of comment by bmathwig
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6844#issuecomment-1176509708 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 6 July 2022 17:49:07 UTC