From 43ceeacf0f0cc46a60a01fff9d94672fad5383b5 Mon Sep 17 00:00:00 2001 From: Dan Date: Mon, 28 Aug 2017 15:09:05 -0230 Subject: Refactor for clean handling of tooltip close. --- ui/app/css/itcss/components/send.scss | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ui/app/css/itcss/components') diff --git a/ui/app/css/itcss/components/send.scss b/ui/app/css/itcss/components/send.scss index 4844fa869..edee40821 100644 --- a/ui/app/css/itcss/components/send.scss +++ b/ui/app/css/itcss/components/send.scss @@ -95,6 +95,15 @@ cursor: pointer; } +.gas-tooltip-close-area { + position: fixed; + top: 0; + left: 0; + z-index: 1000; + width: 100%; + height: 100%; +} + .customize-gas-tooltip-container { position: absolute; left: 76px; -- cgit v1.2.3