prestarocket-agence / classic-rocket

Classic Rocket is a rework of "classic theme". It has been built keeping in mind : performance, accessibility and SEO.
https://demoprestashop.prestarocket.com/
Other
230 stars 127 forks source link

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

Open lmeyer1 opened 2 years ago

lmeyer1 commented 2 years ago

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.