-
Notifications
You must be signed in to change notification settings - Fork 23
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
Blank screen after removing item from cart directly after it was added #68
Comments
Hi @marcoveeneman |
Hi @mborkowski Thanks for the nice words, i'm happy to help 😄 I hope you manage to find the problem. If there is anything you need from my side just let me know. |
We have similar problem, but not directly with blank screen. After upgrade to iOS 14.7.1 customers do not see the mini cart - they only see the part with height equal to header and nothing more, so they can't go to checkout. We have made a temporary solution with changing size of offcanvas (exactly overlay and drawer) from 100% to 100vh by creating in our theme file src/components/offcanvas/offcanvas.scss:
|
Sorry for late reply. In one of our projects we also faced this issue. The solution is not to change units to |
Thank you for sugestion. We will try today apply this commit and confirm if this solve the issue: |
Above worked for us. |
For us this also worked, thank you. |
Hi,
I encountered a weird issue when doing some exploratory testing. With
offcanvas minicart enabled
, adding a product to the cart and immediately removing it again leaves the customer with a blank page. Looking in the page style it seems thebody._has-modal overflow: hidden;
is causing it. When a product from somewhere at the top of a page is added only part of the screen is blank.Steps to reproduce:
<body>
element.body._has-modal
style and disableoverflow:hidden
My system is running the following:
I tried the same steps in Google Chrome and Firefox, that just works fine, no issues there.
Running the same steps on macOS BigSur 11.2.3 with Safari 14.0.3 (16610.4.3.1.7) shows no issues.
Details on the installation:
The text was updated successfully, but these errors were encountered: