Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lmeyer1 opened this issue Jun 22, 2022 · 0 comments
Open

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

lmeyer1 opened this issue Jun 22, 2022 · 0 comments

Comments

@lmeyer1
Copy link

lmeyer1 commented Jun 22, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant