websoft9/appmanage/static/swagger-ui/index.css
2023-03-21 08:33:33 +08:00

17 lines
202 B
CSS

html {
box-sizing: border-box;
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
margin: 0;
background: #fafafa;
}