Ensure cart-header has the same height when the cart is empty

Fixes a minor visual bug
This commit is contained in:
Matt-Yorkley
2020-06-16 11:25:43 +02:00
parent 5a480439ca
commit 7c7ab322bb

View File

@@ -20,6 +20,7 @@
.cart-header {
background-color: $white;
border-bottom: 1px solid $grey-100;
min-height: 3.5em;
padding: 1em;
position: sticky;
top: 0;