UNPKG
@fastify/swagger-ui
Version:
four (4.2.0)
latest (5.2.2)
5.2.2
5.2.1
5.2.0
5.1.0
5.0.1
5.0.0
5.0.0-pre.fv5.2
5.0.0-pre.fv5.1
4.2.0
4.1.1
4.1.0
4.0.1
4.0.0
3.1.0
3.0.0
2.1.0
2.0.1
2.0.0
1.10.2
1.10.1
1.10.0
1.9.3
1.9.2
1.9.0
1.8.1
1.8.0
1.7.0
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
Serve Swagger-ui for Fastify
github.com/fastify/fastify-swagger-ui
fastify/fastify-swagger-ui
@fastify/swagger-ui
/
static
/
index.css
17 lines
(14 loc)
•
202 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
html
{
box-sizing
: border-box;
overflow
: -moz-scrollbars-vertical;
overflow-y
: scroll; } *, *
:before
, *
:after
{
box-sizing
: inherit; }
body
{
margin
:
0
;
background
:
#fafafa
; }