Open punkish opened 5 years ago
I would like to not show the green swagger top bar
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; }
I would like to not show the green swagger top bar
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.