Skip to content

Commit 9c1aeab

Browse files
authored
Sets max-height for Workspace Variant Selector scroll container (#18051)
Fixes #17680
1 parent edce7e6 commit 9c1aeab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Umbraco.Web.UI.Client/src/packages/core/workspace/components/workspace-split-view/workspace-split-view-variant-selector.element.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,10 @@ export class UmbWorkspaceSplitViewVariantSelectorElement<
368368
white-space: nowrap;
369369
}
370370
371+
uui-scroll-container {
372+
max-height: 50dvh;
373+
}
374+
371375
ul {
372376
list-style-type: none;
373377
padding: 0;

0 commit comments

Comments
 (0)