This commit is contained in:
Mirco Wittrien 2019-11-04 13:02:43 +01:00
parent 023d6e5ad8
commit 3f50c44999
2 changed files with 3 additions and 3 deletions

View File

@ -6405,11 +6405,11 @@ var BDFDB = {
render() {
return BDFDB.ReactUtils.createElement("div", {
className: BDFDB.DOMUtils.formatClassName("BDFDB-textscroller", this.props.className),
style: {
style: Object.assign({}, this.props.style, {
position: "relative",
display: "block",
overflow: "hidden"
},
}),
ref: instance => {
let ele = BDFDB.ReactUtils.findDOMNode(instance);
if (ele) {

File diff suppressed because one or more lines are too long