<style> .information-container .info > hgroup > a { display: none; } .swagger-section { overflow-y: auto; } .scheme-container { margin-top: -100px !important; } </style> <script> var h3 = document.querySelector(".swagger-ui section h3"); console.log(h3); </script> |