Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hiding the top green swagger bar #136

Open
punkish opened this issue Feb 21, 2019 · 0 comments
Open

hiding the top green swagger bar #136

punkish opened this issue Feb 21, 2019 · 0 comments

Comments

@punkish
Copy link

punkish commented Feb 21, 2019

I would like to not show the green swagger top bar

swagger

Right now I can hide that bar by using an inline stylesheet like below, but I'd rather not have this be generated and sent to the browser at all.

 .swagger-ui .topbar {
            display: none;
            visibility: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant