Skip to content

Commit 31014a1

Browse files
committed
chore: add additional list items to enable dropdown list scrolling
Signed-off-by: Akshat Patel <akshat@live.ca>
1 parent 6f125b4 commit 31014a1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/dropdown/dropdown.stories.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,24 @@ export default {
4040
},
4141
{
4242
content: "four"
43+
},
44+
{
45+
content: "five"
46+
},
47+
{
48+
content: "six"
49+
},
50+
{
51+
content: "seven"
52+
},
53+
{
54+
content: "eight"
55+
},
56+
{
57+
content: "nine"
58+
},
59+
{
60+
content: "ten"
4361
}
4462
],
4563
appendInline: false,

0 commit comments

Comments
 (0)