...
HTML |
---|
<style>
.information-container .info > hgroup > a {
display: none;
}
.swagger-section {
overflow-y: auto;
}
.scheme-container {
margin-top: -100px !important;
}
.swagger-ui section > h3:after {
content: "Cargando definición...";
}
</style> |
...