Skip to content

Commit

Permalink
fix: review modal scroll (#806)
Browse files Browse the repository at this point in the history
* fix: review modal scroll

* Update docs/changelog/changelog_en.md
  • Loading branch information
abocsan-plenty authored Nov 14, 2024
1 parent f7c134a commit 6a2753e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/components/ui/ReviewModal/ReviewModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
aria-labelledby="review-modal"
tag="section"
role="dialog"
class="h-full md:w-[500px] md:h-fit m-0 p-0"
class="h-full md:w-[500px] md:h-fit m-0 p-0 overflow-y-auto"
:data-testid="dataTestId"
>
<template v-if="isAuthorized">
Expand Down
1 change: 1 addition & 0 deletions docs/changelog/changelog_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
- The recommended products section on the homepage now uses the category ID from the homepage template.
- The recommended products section on the homepage is now displayed multiple times if specified.
- Allow for multiple category products fetching on the same page.
- Fixed an issue where review modal was unscrollable on smaller screens.

## v1.7.0 (2024-11-06) <a href="https://github.com/plentymarkets/plentyshop-pwa/compare/v1.6.0...v1.7.0" target="_blank" rel="noopener"><b>Overview of all changes</b></a>

Expand Down

0 comments on commit 6a2753e

Please sign in to comment.