rapi-doc / RapiDoc

RapiDoc -WebComponent for OpenAPI Spec
https://rapidocweb.com
MIT License
1.65k stars 277 forks source link

Clicking Auth end-point button fail to scroll to Auth section #994

Closed CoenraadS closed 2 weeks ago

CoenraadS commented 9 months ago

Recording 2024-01-01 at 11 10 00

v9.3.4

    <rapi-doc 
    spec-url="/swagger/v1/swagger.json" 
    theme="light"
    primary-color = "#025B82"
    show-header="false" 
    render-style="read" 
    use-path-in-nav-bar="true" 
    nav-item-spacing="compact" 
    show-method-in-nav-bar="as-colored-text"
    persist-auth="true"
    >
    </rapi-doc>

Example swagger:

swagger.json

It also happens on the online example, try clicking the auth button on this endpoint:

https://rapidocweb.com/examples/read-mode.html#get-/store/inventory

mrin9 commented 2 weeks ago

this seems to be working in v9.3.6 Screen-Recording-2024-09-19-at-10 43 56 AM (1)