Skip to content

Commit

Permalink
CSS fix to hidden product list section
Browse files Browse the repository at this point in the history
  • Loading branch information
janwerkhoven committed Sep 24, 2023
1 parent 4c64b41 commit 436a595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pods/components/product-list/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
overflow: hidden;
height: 0;
&.expanded {
overflow: auto;
overflow: visible;
height: auto;
}
& + .button.secondary.grey-border {
Expand Down

0 comments on commit 436a595

Please sign in to comment.