Fix footer overlapping booking calendar

Rise the transaction details section on top of the footer so that the
booking dates calendar won't go below it.
This commit is contained in:
Hannu Lyytikainen 2018-12-18 10:31:53 +02:00
parent 65a1358b93
commit 08378d7001

View file

@ -180,6 +180,7 @@
background-color: var(--matterColorLight);
border: 1px solid var(--matterColorNegative);
border-radius: 2px;
z-index: 1;
}
}