Mr. X
Mr. X
Having the same issue with Fastify 4.1.0.
Or, the backdrop colour can be updated in dark mode: ``` @media (prefers-color-scheme: dark) { dialog::backdrop { background: rgba(255, 255, 255, 0.61); } } ``` Or for both modes: ```...
> This issue is stale because it has been open for 60 days with no activity. It will be automatically closed in 14 days if no further updates are made....
@MattiasBuelens I managed to work around the overriding issue with this code: ```ts /** * Interface that extends ReadableStream by adding a static `from` method. */ interface ReadableStreamEx extends ReadableStream...