Skip to content

Commit 2e7aaf9

Browse files
committed
Allow scrolling slim-select results
1 parent 4a2efe4 commit 2e7aaf9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/assets/stylesheets/better_together/forms.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,7 @@ input[type="range"]::-ms-thumb {
110110
trix-toolbar .trix-input--dialog {
111111
color: $light-background-text-color;
112112
}
113+
114+
.ss-content.form-select {
115+
overflow-y: auto;
116+
}

0 commit comments

Comments
 (0)