Skip to content

Commit 838b0c3

Browse files
authored
Enable scrolling in search results dropdown (#737)
Fixes #403
1 parent c98b8a4 commit 838b0c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/customstyles-precice.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ div.col-flex {
148148
border-left: 1px solid #dedede;
149149
box-shadow: 2px 3px 2px #dedede;
150150
max-height: 800px;
151-
overflow: hidden;
151+
overflow: auto;
152152
}
153153
.result-item {
154154
/*margin-bottom: 30px;*/

0 commit comments

Comments
 (0)