You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Widget` does not hide its overflow by default any longer. If this breaks your application styling, you can restore it locally by adding the CSS rule `overflow: hidden`. To restore the previous behavior fully, you can add the following CSS rule:
23
+
24
+
```css
25
+
.lm-Widget {
26
+
overflow: hidden;
27
+
}
28
+
```
29
+
30
+
### Bugs fixed
31
+
32
+
- Remove the overflow rule on widgets [#715](https://github.com/jupyterlab/lumino/pull/715) ([@fcollonval](https://github.com/fcollonval))
- Bump @75lb/deep-merge from 1.1.1 to 1.1.2 [#717](https://github.com/jupyterlab/lumino/pull/717) ([@dependabot](https://github.com/dependabot))
38
+
- Bump tj-actions/changed-files from 44.5.5 to 44.5.7 in the actions group [#716](https://github.com/jupyterlab/lumino/pull/716) ([@dependabot](https://github.com/dependabot))
39
+
- Bump the actions group with 2 updates [#712](https://github.com/jupyterlab/lumino/pull/712) ([@dependabot](https://github.com/dependabot))
40
+
41
+
### Contributors to this release
42
+
43
+
([GitHub contributors page for this release](https://github.com/jupyterlab/lumino/graphs/contributors?from=2024-06-28&to=2024-08-13&type=c))
0 commit comments