@reown/appkit-scaffold-ui
Version:
The full stack toolkit to build onchain app UX.
21 lines (18 loc) • 315 B
JavaScript
import { css } from 'lit';
export default css `
:host {
width: 100%;
}
wui-flex {
width: 100%;
}
.contentContainer {
max-height: 280px;
overflow: scroll;
scrollbar-width: none;
}
.contentContainer::-webkit-scrollbar {
display: none;
}
`;
//# sourceMappingURL=styles.js.map