diff --git a/lib/Components/ElementList/ElementList.scss b/lib/Components/ElementList/ElementList.scss index 4783e4b..bdbf84f 100644 --- a/lib/Components/ElementList/ElementList.scss +++ b/lib/Components/ElementList/ElementList.scss @@ -12,5 +12,14 @@ .cds--popover--bottom-start .cds--popover-content { margin-left: calc(1.5 * var(--cds-popover-offset, 0px)); + inline-size: auto; + } + + .cds--popover-container { + width: 100%; + } + + .cds--popover--bottom-start > .cds--popover > .cds--popover-caret { + inset-inline-start: 15%; } } \ No newline at end of file