Describe the bug
Using the provided example of the swagger-ui with setSizeFull() there becomes a border that fills the screen, but when scrolling the bottom border goes through the component.
To Reproduce
Steps to reproduce the behavior:
- Follow the provided example to create a view with the swagger-ui.
- Use a bigger yaml documentation file.
- See border at bottom, when scrolling this is stuck through the elements in the documentation.
Expected behavior
Either a border around the whole component when its completed drawn or removed completely,
Screenshots

Suggestion
In the js renderer maybe just remove the border.
<div> id="swagger-ui" style="position: absolute; top: 0; right: 0; bottom: 0; left: 0;border: 0" ></div> </div>
Describe the bug
Using the provided example of the swagger-ui with setSizeFull() there becomes a border that fills the screen, but when scrolling the bottom border goes through the component.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Either a border around the whole component when its completed drawn or removed completely,
Screenshots

Suggestion
In the js renderer maybe just remove the border.
<div> id="swagger-ui" style="position: absolute; top: 0; right: 0; bottom: 0; left: 0;border: 0" ></div> </div>