- From: kirav <notifications@github.com>
- Date: Mon, 20 May 2024 06:23:57 -0700
- To: w3ctag/design-reviews <design-reviews@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 20 May 2024 13:24:01 UTC
not sure if anyone will look here, but
```
@supports not (selector(::-webkit-scrollbar)) {
scrollbar-color: var(--primary) #fff;
scrollbar-width: thin;
}
```
this code does not compile properly
@supports not (selector(::-webkit-scrollbar))
TERM IS EXPECTED
:(
--
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/709#issuecomment-2120455443
You are receiving this because you are subscribed to this thread.
Message ID: <w3ctag/design-reviews/issues/709/2120455443@github.com>
Received on Monday, 20 May 2024 13:24:01 UTC