diff --git a/src/components/Dropdown/Menu/Menu.module.css b/src/components/Dropdown/Menu/Menu.module.css
index 1edee9e9..88d9cbbf 100644
--- a/src/components/Dropdown/Menu/Menu.module.css
+++ b/src/components/Dropdown/Menu/Menu.module.css
@@ -11,6 +11,7 @@
transition: opacity 200ms var(--rvr-easeInOutQuad);
opacity: 0;
display: block;
+ overflow-y: auto;
}
.entering {
diff --git a/src/components/Dropdown/story.tsx b/src/components/Dropdown/story.tsx
index cf4a745d..e384d78b 100644
--- a/src/components/Dropdown/story.tsx
+++ b/src/components/Dropdown/story.tsx
@@ -51,12 +51,15 @@ storiesOf('Star Systems/Dropdown', module)
'Overview',
() => (