Files
swagger-ui/dev-helpers/style.css
Daniil Leontiev ec51dc38e9 refactor(dist): remove inline-code (#7905)
* apply /dist changes to /dev-helpers

* add missing "useBasicAuthenticationWithAccessCodeGrant: false" after merge conflict

Co-authored-by: akop <akop@ppi.de>
Co-authored-by: Tim Lai <timothy.lai@gmail.com>
2022-03-23 16:11:50 -07:00

20 lines
189 B
CSS

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