diff --git a/sass/css/_shop.scss b/sass/css/_shop.scss index f930679..637ad6c 100644 --- a/sass/css/_shop.scss +++ b/sass/css/_shop.scss @@ -512,10 +512,13 @@ button { top: 0; width: 100%; min-height: 70px; + max-height: 350px; + overflow-y: scroll; position: absolute; display: flex; - align-items: center; - justify-content: center; + align-items: start; + justify-content: left; + text-align: left; background-color: white; color: black; flex-direction: column; @@ -525,6 +528,10 @@ button { font-size: .65rem; margin: 0; } + + div { + margin: 0 0.2rem; + } } } diff --git a/static/js/shop.jsx b/static/js/shop.jsx index 698a8c7..bbf2c3f 100644 --- a/static/js/shop.jsx +++ b/static/js/shop.jsx @@ -715,7 +715,7 @@ class ProductCartItem extends React.PureComponent { {options ? (
+
@@ -197,7 +197,6 @@ class SwitchLine extends Component { let key = this.props.id + this.props.outvar; return (
-