Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
DARK: fix exporess checkout covering 'add review' button (#165)
Browse files Browse the repository at this point in the history
## JIRA Ticket

[YSHOP2-1072](https://youcanshop.atlassian.net/browse/YSHOP2-1072)

## QA Steps
### Prerequisites:
-  [ ] Make sure you have products displayed on your store front
-  [ ] Make sure you have sticky express checkout enabled
-  [ ] Make sure you have `Theme 3` enabled as the active theme
- [ ] From the theme editor and in the product details page, make sure
you add a Customer Reviews section.

### Steps
- [ ] In your store front, go to the product details page of a product
you have
- [ ] Scroll down until the express checkout button is aligned with the
"Add review" button
- [ ] You should be able to click on the "Add review" button

[YSHOP2-1072]:
https://youcanshop.atlassian.net/browse/YSHOP2-1072?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
  • Loading branch information
eihabkhan1 authored Nov 22, 2023
1 parent 9bf63ba commit 7bf2407
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,7 @@ input:not([type=radio]),
left: 0;
width: 100%;
z-index: 999;
pointer-events: none;
}
@media (min-width: 768px) {
.sticky-elements-wrapper {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"sass": "sass ./styles:./assets --no-source-map --watch",
"sass": "sass ./styles:./assets --no-charset --no-source-map --watch",
"fix": "onchange \"**/*.*\" -- prettier --write --ignore-unknown ./**/*.* --plugin-search-dir=. --ignore-path=.prettierignore",
"lint": "onchange \"**/*.*\" -- prettier --check .",
"wind": "npx tailwindcss build -i ./styles/_utils.css -o ./styles/utils.scss",
Expand Down
1 change: 1 addition & 0 deletions styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,7 @@ input:not([type='radio']),
left: 0;
width: 100%;
z-index: 999;
pointer-events: none;

@include breakpoint('md') {
display: grid;
Expand Down

0 comments on commit 7bf2407

Please sign in to comment.