Skip to content

Commit

Permalink
Merge pull request bagisto#9622 from shivendra-webkul/product-image
Browse files Browse the repository at this point in the history
Fixed product image sticky issue
  • Loading branch information
jitendra-webkul authored Apr 4, 2024
2 parents 8ceb917 + 4be2790 commit 9afa795
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 59 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
id="v-product-gallery-template"
>
<div>
<div class="flex gap-8 h-max sticky top-8 max-1180:hidden">
<div class="flex gap-8 h-max sticky top-20 max-1180:hidden">
<!-- Product Image Slider -->
<div class="flex-24 justify-center place-content-start h-509 overflow-x-hidden overflow-y-auto flex gap-2.5 max-w-[100px] min-w-[100px] flex-wrap">
<span
Expand Down
55 changes: 0 additions & 55 deletions public/themes/shop/default/build/assets/app-5f60eb96.js

This file was deleted.

1 change: 0 additions & 1 deletion public/themes/shop/default/build/assets/app-756fe01a.css

This file was deleted.

56 changes: 56 additions & 0 deletions public/themes/shop/default/build/assets/app-b5d5b2b8.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/themes/shop/default/build/assets/app-d2d22a8b.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/themes/shop/default/build/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"src/Resources/assets/css/app.css": {
"file": "assets/app-756fe01a.css",
"file": "assets/app-d2d22a8b.css",
"isEntry": true,
"src": "src/Resources/assets/css/app.css"
},
Expand Down Expand Up @@ -88,7 +88,7 @@
"css": [
"assets/app-05f8acf7.css"
],
"file": "assets/app-5f60eb96.js",
"file": "assets/app-b5d5b2b8.js",
"isEntry": true,
"src": "src/Resources/assets/js/app.js"
}
Expand Down

0 comments on commit 9afa795

Please sign in to comment.