Skip to content

Various Fixes

Compare
Choose a tag to compare
@lnbc1QWFyb24 lnbc1QWFyb24 released this 17 Jun 22:47
ef27a41

This release just has a few small fixes. One notable change is the z-index property has been removed from all of the modals as it made the onboard connect modal appear in front of the Torus login modal. If you would like to restore the z-index setting from previous releases, then you can add the following to your css:

.bn-onboard-custom.bn-onboard-modal {
  z-index: 99;
}

Changelog:

  • Fix: Interface Type Mistake (#370)
  • Fix: Wallet Validation (#374)
  • Enhancement: Authereum Popup Option (#375)
  • Fix: Modal z-index (#376)