mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Make cart header stick to top of cart
This commit is contained in:
@@ -18,7 +18,11 @@
|
||||
}
|
||||
|
||||
.cart-header {
|
||||
background-color: $white;
|
||||
border-bottom: 1px solid $grey-100;
|
||||
padding: 1em;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
|
||||
.title {
|
||||
color: $grey-800;
|
||||
@@ -68,7 +72,7 @@
|
||||
background-color: $white;
|
||||
|
||||
td {
|
||||
border-top: 1px solid $grey-100;
|
||||
border-bottom: 1px solid $grey-100;
|
||||
padding: 0.75em 1em 0.5em;
|
||||
vertical-align: top;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user