RapiDoc
RapiDoc copied to clipboard
Visual issues in mobile: authentication info and tooltips are on top of Header
The authentication info is rendered on top of the header, in mobile devices, when
render-style="view".
This can be replicated using the rapidoc example:
- access this page: https://rapidocweb.com/examples/example100.html (using a mobile device);
- change render style to
view; - scroll down and open the
POST /pet/{petID}/uploadImageendpoint; - some elements will be rendered on top of the header.
Suggested fix:
Adding position: relative to endpoint-body element will fix the position.
Note:
position: relative is already used in larger screens, but not in the small ones.