@team-monolith/cds 1.82.3 → 1.82.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -284,6 +284,7 @@ export function getTheme(theme, editable) {
284
284
  layoutItem: editable &&
285
285
  css `
286
286
  border: 1px dashed ${theme.color.background.neutralAltActive};
287
+ overflow: auto;
287
288
  `,
288
289
  selfEvaluation: css `
289
290
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team-monolith/cds",
3
- "version": "1.82.3",
3
+ "version": "1.82.4",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "sideEffects": false,