MultiCurrencyWallet icon indicating copy to clipboard operation
MultiCurrencyWallet copied to clipboard

Restore Wallet Modal: fix mobile view

Open VitaliyShulik opened this issue 3 years ago • 2 comments

Screen Shot 2021-06-03 at 11 07 12

VitaliyShulik avatar Jun 03 '21 05:06 VitaliyShulik

seems it appers when you open the app as a new user (or if you cleaned browser data)

Disti4ct avatar Jun 03 '21 08:06 Disti4ct

it's happened because of when media-mobile:

.overlay {
    position: absolute;
  }

and

.header-mobile > div  { z-index: 9999999; } 

VitaliyShulik avatar Jun 07 '21 05:06 VitaliyShulik