From dfc7fb9490eb5d1f4ff614c6e563c3c3460354d8 Mon Sep 17 00:00:00 2001 From: vijayasree-deriv <98810931+vijayasree-deriv@users.noreply.github.com> Date: Mon, 21 Mar 2022 06:47:48 +0400 Subject: [PATCH] Vijayasree/Crypto icon in withdrawal page is not shown for specific device IOS (#4976) * Crypto icon in withdrawal page is not shown for specific device IOS * Crypto icon in withdrawal page is not shown for specific device IOS * Crypto icon in withdrawal page is not shown for specific device IOS * re-trigger build * re-trigger build * Crypto icon in withdrawal page is not shown for specific device IOS * Crypto icon in withdrawal page is not shown for specific device IOS * Crypto icon in withdrawal page is not shown for specific device IOS * Crypto icon in withdrawal page is not shown for specific device IOS * Crypto icon in withdrawal page is not shown for specific device IOS * Crypto icon in withdrawal page is not shown for specific device IOS * Crypto icon in withdrawal page is not shown for specific device IOS * Crypto icon in withdrawal page is not shown for specific device IOS * Crypto icon in withdrawal page is not shown for specific device IOS * Crypto icon in withdrawal page is not shown for specific device IOS --- packages/cashier/src/Sass/cashier.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/cashier/src/Sass/cashier.scss b/packages/cashier/src/Sass/cashier.scss index 88ce48a54a9d..6ff9e0fb1ded 100644 --- a/packages/cashier/src/Sass/cashier.scss +++ b/packages/cashier/src/Sass/cashier.scss @@ -52,6 +52,9 @@ @include mobile { width: 100vw; margin-top: 4rem; + @media screen and (max-height: 568px) { + height: inherit !important; + } .dc-collapsible { position: relative;