From 08378d700134b2b36d038a01a5afb1d9dd84fc39 Mon Sep 17 00:00:00 2001 From: Hannu Lyytikainen Date: Tue, 18 Dec 2018 10:31:53 +0200 Subject: [PATCH] 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. --- src/components/TransactionPanel/TransactionPanel.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/TransactionPanel/TransactionPanel.css b/src/components/TransactionPanel/TransactionPanel.css index 9ab5387d..f4f31e42 100644 --- a/src/components/TransactionPanel/TransactionPanel.css +++ b/src/components/TransactionPanel/TransactionPanel.css @@ -180,6 +180,7 @@ background-color: var(--matterColorLight); border: 1px solid var(--matterColorNegative); border-radius: 2px; + z-index: 1; } }