You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
When opening the cart in the latest stable version, it's not possible to scroll the site after closing the cart.
Steps to reproduce:
Install shopware-pwa stable with shopware-cli
shopware-pwa dev
Add a product to the cart
open and close the cart
No more scrollbar and scrolling not possible
Additional context
It happens because the body-node gets "overflow: hidden;" set as inline-style when opening the cart. But the style does not get reset when closing the cart.
The text was updated successfully, but these errors were encountered:
Describe the bug
When opening the cart in the latest stable version, it's not possible to scroll the site after closing the cart.
Steps to reproduce:
shopware-pwa dev
Additional context
It happens because the body-node gets "overflow: hidden;" set as inline-style when opening the cart. But the style does not get reset when closing the cart.
The text was updated successfully, but these errors were encountered: