Skip to content

Commit bc7d808

Browse files
authored
Merge pull request #582 from Lemoncode/bugfix/#581-relation-dropdown-overflow
fix(#581): fix options dropdown overflow by adding scroll
2 parents dff581d + 28b6a09 commit bc7d808

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)