Skip to content

The + and - of the quantity box (cart) lays over the menu #291

Open
@lmeyer1

Description

@lmeyer1

On the cart page, when opening the menu, the + and - of the quantity box remain visible. In the screenshot, the menu is semi-transparent to allow to see what is underneath:
Capture d’écran 2022-06-21 180311

The quantity box's style comes directly from bootstrap:
bootstrap/scss/_input-group.scss, line 62 says about it :

// Prepend and append
//
// While it requires one extra layer of HTML for each, dedicated prepend and
// append elements allow us to 1) be less clever, 2) simplify our selectors, and
// 3) support HTML5 form validation.

Therefore, we need to increase z-index in the menu.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions