1/*! Swagger UI 4.13.2 | https://swagger.io/tools/swagger-ui/ | Apache License 2.0 (license file can be found at ./LICENSE) */ 2html { 3 box-sizing: border-box; 4 overflow: -moz-scrollbars-vertical; 5 overflow-y: scroll; 6} 7 8*, 9*:before, 10*:after { 11 box-sizing: inherit; 12} 13 14body { 15 margin: 0; 16 background: #fafafa; 17} 18 19