Various Fixes
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: