mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Update canary version to fix scroll to top. (#976)
This commit is contained in:
@@ -54,7 +54,7 @@ export default function CartButton({
|
||||
onClick={() => {
|
||||
setCartIsOpen(true);
|
||||
}}
|
||||
className="relative top-0 right-0"
|
||||
className="relative right-0 top-0"
|
||||
data-testid="open-cart"
|
||||
>
|
||||
<CartIcon quantity={cart.totalQuantity} />
|
||||
|
Reference in New Issue
Block a user