fix(dees-appui): prevent main grid overflow by adding overflow:hidden; and add Playwright scroll containment screenshots

This commit is contained in:
2026-01-03 02:33:01 +00:00
parent 7b8918705e
commit f3a8ad057a
5 changed files with 8 additions and 1 deletions

View File

@@ -185,6 +185,7 @@ export class DeesAppui extends DeesElement {
/* grid-template-columns set dynamically in template */
grid-template-rows: 1fr;
transition: grid-template-columns 0.3s ease;
overflow: hidden;
}
/* Z-index layering for proper stacking */