9 lines
77 B
CSS
9 lines
77 B
CSS
html, body {
|
|
height: 100%;
|
|
margin: 0;
|
|
}
|
|
|
|
#swagger-ui {
|
|
height: 100%;
|
|
}
|