🐛 fix(produit.twig): Supprime positionnement sticky pour éviter problèmes d'affichage.
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
<div class="grid grid-cols-1 lg:grid-cols-2 gap-16 md:gap-24 items-start">
|
||||
|
||||
{# --- COLONNE GAUCHE : VISUEL --- #}
|
||||
<div class="sticky top-24">
|
||||
<div class="top-24">
|
||||
<div class="relative overflow-hidden rounded-[3rem] md:rounded-[4rem] bg-slate-50 aspect-[4/5] shadow-inner">
|
||||
{% if product.imageName %}
|
||||
<img src="{{ vich_uploader_asset(product,'imageFile') | imagine_filter('webp') }}"
|
||||
|
||||
Reference in New Issue
Block a user