mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-04 07:09:14 +00:00
Ensure cart-header has the same height when the cart is empty
Fixes a minor visual bug
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user