Γ
Votre panier
– FEMMES SANS PEUR
Passer au contenu
/* make only the main content scroll */
#drawer-cart .drawer__content,
.cart-drawer .drawer__content {
overflow-y: auto !important;
-webkit-overflow-scrolling: touch !important;
height: auto !important;
max-height: calc(100dvh - 72px) !important; /* tweak 72px if your drawer header is taller/shorter */
}
/* kill any sticky/fixed elements that create a second scroll layer */
#drawer-cart [style*="position:sticky"],
#drawer-cart [style*="position: sticky"],
#drawer-cart [style*="position:fixed"],
#drawer-cart [style*="position: fixed"],
#drawer-cart .sticky,
#drawer-cart .is-sticky,
#drawer-cart [data-sticky],
#drawer-cart .cart-drawer__express, /* express wallet wrapper */
#drawer-cart .drawer__footer, /* theme footer area in drawer */
#drawer-cart .shopify-payment-button, /* Shop Pay / wallets container */
#drawer-cart .shopify-payment-button__button,
#drawer-cart .shopify-payment-button__button--unbranded {
position: static !important;
top: auto !important;
bottom: auto !important;
transform: none !important;
z-index: auto !important;
}
}