diff --git a/stencil-workspace/src/components/modus-dropdown/modus-dropdown.scss b/stencil-workspace/src/components/modus-dropdown/modus-dropdown.scss index ca1c72ca9..d672c0288 100644 --- a/stencil-workspace/src/components/modus-dropdown/modus-dropdown.scss +++ b/stencil-workspace/src/components/modus-dropdown/modus-dropdown.scss @@ -15,7 +15,9 @@ .dropdown-list { border-collapse: collapse; border-radius: $rem-4px; + box-shadow: 0 0 4px 0 rgba(54, 53, 69, 0.3); display: none; + margin-top: 4px; max-height: 200px; max-width: 300px; opacity: 1; diff --git a/stencil-workspace/src/components/modus-dropdown/modus-dropdown.spec.ts b/stencil-workspace/src/components/modus-dropdown/modus-dropdown.spec.ts index 4a386bf41..cac7bafc8 100644 --- a/stencil-workspace/src/components/modus-dropdown/modus-dropdown.spec.ts +++ b/stencil-workspace/src/components/modus-dropdown/modus-dropdown.spec.ts @@ -15,7 +15,7 @@ describe('modus-dropdown', () => {