Skip to content

Commit 58c026d

Browse files
authored
Merge pull request #583 from Lemoncode/vnext
fix overflow
2 parents 219145f + bc7d808 commit 58c026d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/common/components/dropdown/dropdown.component.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
background-color: var(--bg-input);
4848
border-radius: var(--border-radius-xs);
4949
max-height: 300px;
50+
overflow-y: auto;
5051
}
5152

5253
.select-select:hover {

0 commit comments

Comments
 (0)