UNPKG

902 BCSSView Raw
1* {
2 box-sizing: border-box;
3 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
4 -webkit-tap-highlight-color: transparent;
5 -webkit-touch-callout: none;
6}
7
8html {
9 width: 100%;
10 height: 100%;
11 text-size-adjust: 100%;
12}
13
14html:not(.hydrated) body {
15 display: none;
16}
17
18html.plt-pwa {
19 height: 100vh;
20}
21
22body {
23 -moz-osx-font-smoothing: grayscale;
24 -webkit-font-smoothing: antialiased;
25 margin-left: 0;
26 margin-right: 0;
27 margin-top: 0;
28 margin-bottom: 0;
29 padding-left: 0;
30 padding-right: 0;
31 padding-top: 0;
32 padding-bottom: 0;
33 position: fixed;
34 width: 100%;
35 max-width: 100%;
36 height: 100%;
37 max-height: 100%;
38 text-rendering: optimizeLegibility;
39 overflow: hidden;
40 touch-action: manipulation;
41 -webkit-user-drag: none;
42 -ms-content-zooming: none;
43 word-wrap: break-word;
44 overscroll-behavior-y: none;
45 text-size-adjust: none;
46}
47
48/*# sourceMappingURL=structure.css.map */