UNPKG

lath

Version:

Seamless connection of pages.

2 lines (1 loc) 403 B
export declare const globalCSSText = "\n html, body {\n width: 100vw;\n height: 100vh;\n min-width: 100vw;\n min-height: 100vh;\n max-width: 100vw;\n max-height: 100vh;\n margin: 0px;\n padding: 0px;\n overflow: hidden;\n }\n body::-webkit-scrollbar {\n display: none;\n }\n body::scrollbar {\n display: none;\n }\n define-applet {\n display: block;\n }\n";