Benjamin Lei

Results 9 comments of Benjamin Lei

@sserrata I'm observing the same issue on Windows using Firefox. At the cost of sounding potentially dumb, would it potentially make sense to add `scrollbar-width: none` around https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/blob/1f6bfe79976c07f9b204bd584ea72e8705e4af9e/packages/docusaurus-theme-openapi-docs/src/theme/SchemaTabs/styles.module.css#L49? Maybe relevant...

> Hi @benlei, thanks for the suggestion. It's been tough to reproduce this particular issue, hence why we haven't been able to address it yet. Can you try applying `scrollbar-width:...

Here are some pictures: ![image](https://user-images.githubusercontent.com/9943953/218928238-bfccd9f8-0c91-42d0-a1b0-27180b8b379d.png) Adding in the `scrollbar-width:none` property to response: ![image](https://user-images.githubusercontent.com/9943953/218928399-ca731f7f-51c4-41ee-af85-eacaff073703.png)

@sserrata It is not fixed in the preview (https://docusaurus-openapi-36b86--pr439-0r874qft.web.app/petstore/place-order/) ![image](https://user-images.githubusercontent.com/9943953/225526934-4d0ed3cc-4453-4437-b76b-1a0eccbe2a2f.png) ------ Once again if I use the browser dev console to add in `scrollbar-width: none` it resolves the issue: ![image](https://user-images.githubusercontent.com/9943953/225527482-2e94c9fb-0658-460b-b9ac-ec1032b440ee.png)