diff --git a/web/client/components/background/BackgroundSelector.jsx b/web/client/components/background/BackgroundSelector.jsx index d26a1ce0c3..5e0e35e9f1 100644 --- a/web/client/components/background/BackgroundSelector.jsx +++ b/web/client/components/background/BackgroundSelector.jsx @@ -113,12 +113,11 @@ const BackgroundSelector = React.createClass({ const buttonSizeWithMargin = side + frame + margin * 2; const listContainerStyle = configuration.vertical ? { - bottom: this.props.bottom + buttonSizeWithMargin, + bottom: buttonSizeWithMargin, left: this.props.left, width: buttonSizeWithMargin, height: listSize } : { - bottom: this.props.bottom, left: this.props.left + sideButton + margin * 2 + frame, width: listSize, height: buttonSize