UNPKG

@reown/appkit-scaffold-ui

Version:

The full stack toolkit to build onchain app UX.

14 lines (13 loc) 241 B
import { css } from 'lit'; export default css ` :host { width: 100%; max-height: 280px; overflow: scroll; scrollbar-width: none; } :host::-webkit-scrollbar { display: none; } `; //# sourceMappingURL=styles.js.map