From e43eab7b724d73b55303634933c1ad775c5f2942 Mon Sep 17 00:00:00 2001 From: Ilja Date: Tue, 15 Feb 2022 12:55:19 +0200 Subject: [PATCH] another attempt at ios fix --- wallets/react-wallet-v2/public/main.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wallets/react-wallet-v2/public/main.css b/wallets/react-wallet-v2/public/main.css index 3615e4a..02cf3ee 100644 --- a/wallets/react-wallet-v2/public/main.css +++ b/wallets/react-wallet-v2/public/main.css @@ -2,6 +2,14 @@ box-sizing: border-box; } +body, +html { + position: fixed; + height: calc(100vh - calc(100vh - 100%)); + width: 100vw; + overflow: hidden; +} + .routeTransition { width: 100%; height: 100%;