RapiDoc icon indicating copy to clipboard operation
RapiDoc copied to clipboard

Visual issues in mobile: authentication info and tooltips are on top of Header

Open rdwebdesign opened this issue 2 years ago • 0 comments

The authentication info image 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}/uploadImage endpoint;
  • some elements will be rendered on top of the header. image

Suggested fix: Adding position: relative to endpoint-body element will fix the position.

rapidoc-mobile-endpoint-body-error Note: position: relative is already used in larger screens, but not in the small ones.

rdwebdesign avatar Oct 16 '23 18:10 rdwebdesign