- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Mon, 05 Sep 2022 18:37:12 +0000
- To: public-css-archive@w3.org
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