Skip to content

Commit 605a64f

Browse files
authored
fix(experience): make dropdown component scrollable (#7806)
1 parent 43c8010 commit 605a64f

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

packages/experience/src/components/Dropdown/index.module.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
background: var(--color-bg-float-overlay);
1919
border: 1px solid var(--color-line-divider);
2020
border-radius: 8px;
21-
padding: _.unit(1);
2221
}
2322

2423
.overlay {

packages/experience/src/components/InputFields/SelectField/index.module.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@
4040
}
4141
}
4242

43-
.dropdown {
44-
padding: _.unit(1);
45-
max-height: 288px;
46-
}
47-
4843
.description,
4944
.errorMessage {
5045
margin-inline-start: _.unit(0.5);
@@ -56,6 +51,11 @@
5651
}
5752
}
5853

54+
.dropdown {
55+
padding: _.unit(1);
56+
max-height: 288px;
57+
}
58+
5959
.focused {
6060
background: var(--color-overlay-neutral-hover);
6161
}

0 commit comments

Comments
 (0)