Commit 88af7a1a authored by Liril's avatar Liril Committed by 杨奕

Table: Fixed shaking table.

parent 726873de
......@@ -180,7 +180,7 @@
// make sure to apply the popper position before any computation
this.state.position = this._getPosition(this._popper, this._reference);
setStyle(this._popper, { position: this.state.position});
setStyle(this._popper, { position: this.state.position, top: 0 });
// fire the first update to position the popper in the right place
this.update();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment