Frontmatter
| id | 3474 |
| title | overflow & scaling issues |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Sep 29, 2022, 6:34 PM |
| updatedAt | Sep 30, 2022, 1:15 AM |
| githubUrl | https://github.com/neomjs/neo/issues/3474 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 30, 2022, 1:15 AM |
v4.3.0 added a couple new bugs: i wanted to make badges in a way, that they can leave the boundaries of their parent containers.
for my examples, i removed
overflow: hiddenfromtab.Container, but this is messing up flexbox layouts => tables and lists are no longer scrollable, since they ignore the parent boundaries.i will try to add some hotfixes to make it more flexible.