@keyban/sdk-react
Version:
Keyban SDK React simplifies the integration of Keyban's MPC wallet in React apps with TypeScript support, flexible storage, and Ethereum blockchain integration.
28 lines (24 loc) • 413 B
CSS
.KeybanInput-container {
position: relative;
}
.KeybanInput-input {
position: relative;
z-index: -1;
opacity: 0;
visibility: hidden;
pointer-events: none;
width: 100%;
}
.KeybanInput-input:focus {
outline: 1px soid red;
}
.KeybanInput-iframe {
background-color: transparent;
border: none;
position: absolute;
inset: 0;
width: 100%;
height: 100%;
z-index: 1;
padding: inherit;
}