-
### Describe the bug
With the sortable prop on the columns of a responsive table, the table is allowed to overflow the width of the screen. This is due to the the 'sr-only' class setting a position…
Rcjuk updated
3 years ago
-
Currently View Transitions are Document scoped, there can only be 1 transition at a time and it runs in a layer which paints on top of the entire Document. A common feature request is to be able to ru…
-
-
_(This is a **very ambitious proposal** that I don’t imagine would gain much support from implementors anytime soon — however I think there’s still value in filing these "north star UIs", as we often …
-
-
### Description of the bug/issue
I have an async page object command that returns an object containing Definition(s). Those definitions are found by chaining using syntax like
```ts
const billing…
-
`styled-jsx` supports [plugins](https://github.com/zeit/styled-jsx#example-plugins) which allows for the use of multiple different languages (Stylus, Sass, PostCSS, etc.)
It would be cool to suppor…
-
When trying this code:
```svelte
import { onMount } from "svelte";
import type { NSVElement, RNWindow } from "@nodegui/svelte-nodegui";
import { Direction } from "@nodegui/nodegui";
…
-
There are global styling that target all img tags, etc. That causes issues when embedding the designer into existing web applications which I believe is intended to be a supported option after reading…
-
### Crafting Interpreters Dark Theme
If the site can have a dark-mode version, it would be great for some readers.
I have made one for me using [Apple's Human Interface Guidelines - System Colors]…