add overflow to breadcrumbs

This commit is contained in:
JesmoDev
2024-05-22 11:45:23 +02:00
parent d635492cb5
commit 7992f424f6

View File

@@ -129,6 +129,8 @@ export class UmbWorkspaceVariantMenuBreadcrumbElement extends UmbLitElement {
css`
:host {
margin-left: var(--uui-size-layout-1);
/* TODO: Overflow is a temp solution, we need to find a way to properly handle long nested breadcrumbs */
overflow: auto;
}
`,
];