Re: [csswg-drafts] [selectors] selector for scroll bar types (#7697)

A selector seems circular:

```css
:overlay-scrollbar::-webkit-scrollbar {
  /* This forces classic scrollbar on WebKit and Blink */
  width: 12px;
  height: 12px;
  background-color: #aaa;
}
```

But it would be possible to have a media query to detect the default/preferred scrollbar type (even if it may be different in some cases).

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


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

Received on Monday, 5 September 2022 18:37:13 UTC