Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
KoboldAI
GitHub Repository: KoboldAI/KoboldAI-Client
Path: blob/main/static/swagger-ui/index.css
473 views
1
/*! Swagger UI 4.13.2 | https://swagger.io/tools/swagger-ui/ | Apache License 2.0 (license file can be found at ./LICENSE) */
2
html {
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
14
body {
15
margin: 0;
16
background: #fafafa;
17
}
18
19