Skip to content

Commit 8e6f401

Browse files
committed
oops i suck at rebasing
1 parent 7d64f9e commit 8e6f401

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

components/utilities/dialog/index.jsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -254,14 +254,9 @@ const Dialog = createReactClass({
254254
const nubbinOffsets = this.props.hasNubbin ?
255255
getNubbinMargins(this.state.popperData, this.props.align) : { left: 0, top: 0 };
256256

257-
<<<<<<< HEAD
258-
const left = `${popperData.offsets.popper.left + propOffsets.horizontal}px`;
259-
const top = `${popperData.offsets.popper.top + propOffsets.vertical}px`;
260-
// A Dropdown with overflowBoundaryElement position and 'align=right' uses max-width instead of inherited children width
261-
=======
262257
const left = popperData.offsets.popper.left + nubbinOffsets.left + propOffsets.horizontal;
263258
const top = popperData.offsets.popper.top + nubbinOffsets.top + propOffsets.vertical;
264-
>>>>>>> WIP
259+
// A Dropdown with overflowBoundaryElement position and 'align=right' uses max-width instead of inherited children width
265260
const right = 'inherit';
266261
return { ...popperData.style, left, top, right, position };
267262
},

0 commit comments

Comments
 (0)