web-portals
Version:
web-portals
8 lines (7 loc) • 538 B
text/typescript
export const BASE_CSS = `
* { box-sizing: border-box; margin: 0; padding: 0; text-size-adjust: 100%; tap-highlight-color: rgba(0, 0, 0, 0) } \n
html, body { position: absolute; width: 100%; height: 100%; background: #fff; overflow: hidden; overscroll-behavior: none } \n
module-mask, module-view { position: absolute; width: 100%; height: 100%; overflow: hidden } \n
module-container[type=module] { display: block; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100% } \n
iframe { width: 100%; height: 100%; border: 0 } \n
`