Skip to content

Commit e75ddd6

Browse files
Town6: Make text options dropdown scrollable
TYPE: Feature LINK: OGC-2953
1 parent f572587 commit e75ddd6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/onegov/form/assets/css/text-module-picker.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
border: 1px solid #ccc;
1717
list-style: none;
1818
z-index: 100;
19+
max-height: 50vh;
20+
overflow-y: auto;
1921
}
2022

2123
.text-module-picker.active .text-module-options {

0 commit comments

Comments
 (0)