-
-
Notifications
You must be signed in to change notification settings - Fork 529
Sidebar content overflows into next element #702
Comments
Thanks for the report :) |
@declark this seems to be related to the smartbear stylesheet. |
@aurelien-reeves , I have found that inline css rule are injected by the following codes. docs/themes/cucumber-sb/static/js/cucumber-sb.min.js Lines 7827 to 7829 in 2663a28
Also, here is the screenshot of Chrome's dev-tool. I believe the above codes are the root cause of this issue. Please let me know what you think :) |
Thanks Indeed, that looks related. @declark do you know who at smartbear could help with this? |
@mattwynne Is there anyone at the Smartbear team that could pick this up? |
I've assigned it to Doug Clarke, and I will ping him in Slack too to make sure it's come to his attention. |
Describe the bug
The content of the sidebar overflows. See attached picture.
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
The content to not overflow.
Screenshots
Desktop (please complete the following information):
I can also reproduce it in Chromium Version 96.0.4664.45 (Official Build) and Chrome Version 96.0.4664.45, both with an out-of-the-box setup.
Aditional context
It would seem the initial height calculation does not take into account the height of the search input and it is not recalculated when the input loads.
If the open or resize the browser devtools, or resize the browser window, the height of the scrollable content is adjusted and the issue is no longer visible.
The text was updated successfully, but these errors were encountered: