Sets max-height for Workspace Variant Selector scroll container (#18051)

Fixes #17680
This commit is contained in:
Lee Kelleher
2025-01-21 14:16:14 +00:00
committed by GitHub
parent edce7e6340
commit 9c1aeababf

View File

@@ -368,6 +368,10 @@ export class UmbWorkspaceSplitViewVariantSelectorElement<
white-space: nowrap;
}
uui-scroll-container {
max-height: 50dvh;
}
ul {
list-style-type: none;
padding: 0;