Files
parsshop-back/node_modules/swagger-ui-dist/index.css
2026-03-26 12:25:46 +03: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;
}