Sets max-height for Workspace Variant Selector scroll container (#18051)
Fixes #17680
This commit is contained in:
@@ -368,6 +368,10 @@ export class UmbWorkspaceSplitViewVariantSelectorElement<
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
uui-scroll-container {
|
||||
max-height: 50dvh;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
|
||||
Reference in New Issue
Block a user