-
**Describe the bug**
Take the following CSS layout:
```css
.grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.item {
/* item styles */
}
```
…
-
**Describe the bug**
When using sticky columns for the table I've noticed that randomly for some rows the bottom border for `td` element is not shown and sometimes the row before that has a double bo…
-
**Before you start - checklist**
- [x] I followed instructions in documentation written for my React-PDF version
- [x] I have checked if this bug is not already reported
- [x] I have checked i…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws…
-
**Describe the bug**
[react-virtuoso commit](https://github.com/petyosi/react-virtuoso/commit/c2a2919f0859f72ce03a2bfaf2102f26745d0422) added "will-change: transform" style property to the list scr…
-
### 问题描述 / Describe the bug
编译时遇到错误,错误信息如下:
```
Updating git repository `https://github.com/Pylogmon/tauri`
error: failed to get `tauri` as a dependency of package `clash-verge v1.6.5 (/home…
-
**Describe the bug**
When [scroll snap](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_scroll_snap) is enabled (scrollSnapType and scrollSnapAlign), `scrollTo*(...)` methods do not scroll to th…
-
**Describe the bug**
Setting `width: 'fit-content'` causes the virtualized list to have no width at all. I want to have a list where the width is based on the width of the largest visible item which …
-
Objective:
- Add Kanban board
Scope:
- show what's going on right now in the team in kanban board view
Libs:
- https://github.com/atlassian/react-beautiful-dnd (maintenance mode, but used by …
-
Currently, once an empty query is sent and the result is displayed the application slows down significantly to the point that it affects user experience.
We need to investigate and resolve this issue…