-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: [IOCOM-2095] Preconditions scroll #6718
Conversation
PR Title Validation for conventional commit type✅ All good! PR title follows the conventional commit type. |
Jira Pull Request LinkThis Pull Request refers to Jira issues: |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6718 +/- ##
==========================================
- Coverage 50.28% 50.23% -0.05%
==========================================
Files 1558 1556 -2
Lines 32477 32416 -61
Branches 7363 7333 -30
==========================================
- Hits 16330 16285 -45
+ Misses 16094 16091 -3
+ Partials 53 40 -13
... and 12 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Short description
This PR fixes the preconditions' content going underneath the Footer button, when scrolling
List of changes proposed in this pull request
How to test
Using the io-dev-api-server, generate some SEND message and change the precondition content to be a very long text. Check that both old markdown and IOMarkdown are able to scroll to the bottom of the text.