Files
rrweb/public/global.css
2019-01-07 20:01:27 +08:00

14 lines
253 B
CSS

html,
body {
position: relative;
width: 100%;
height: 100%;
}
body {
margin: 0;
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}