Fix previous commit

pull/1/head
yflory 4 years ago
parent fc38d8fef8
commit ec84377d2e

@ -503,6 +503,9 @@
} }
} }
.cp-form-type-poll-container {
overflow: auto;
}
.cp-form-type-poll { .cp-form-type-poll {
display: inline-flex; display: inline-flex;
flex-flow: column; flex-flow: column;

@ -1441,7 +1441,7 @@ define([
addLine.unshift(h('div.cp-poll-cell', nameInput)); addLine.unshift(h('div.cp-poll-cell', nameInput));
lines.push(h('div', addLine)); lines.push(h('div', addLine));
var tag = h('div', h('div.cp-form-type-poll', lines)); var tag = h('div.cp-form-type-poll-container', h('div.cp-form-type-poll', lines));
var $tag = $(tag); var $tag = $(tag);
var cursorGetter; var cursorGetter;

Loading…
Cancel
Save