From 5fac7b1e2bd846fb0a8156a9a27f9b549b9b63ea Mon Sep 17 00:00:00 2001 From: Tom Kirkpatrick Date: Sun, 15 Jul 2018 19:35:08 +0200 Subject: [PATCH] fix(ui): increase currency selector z-index Ensure that the currency selector dropdown on the pay/request form shows ontop of other elements on the page to ensure that the full area of the dropdown is clickable. --- app/components/Form/Pay.scss | 1 + app/components/Form/Request.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/app/components/Form/Pay.scss b/app/components/Form/Pay.scss index a203372e..86ed3509 100644 --- a/app/components/Form/Pay.scss +++ b/app/components/Form/Pay.scss @@ -123,6 +123,7 @@ visibility: hidden; position: absolute; top: 30px; + z-index: 10; &.active { visibility: visible; diff --git a/app/components/Form/Request.scss b/app/components/Form/Request.scss index 791c7643..1745967b 100644 --- a/app/components/Form/Request.scss +++ b/app/components/Form/Request.scss @@ -102,6 +102,7 @@ visibility: hidden; position: absolute; top: 30px; + z-index: 10; &.active { visibility: visible;