You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the story description is short, the content is contained within the wrapper and there's no overlapping issue. However, if the story description is big, the story description is truncated to the first few characters, and if the user wishes to read the complete description, they'd have to click on "show more". Upon expanding the story description, the story container's height is not accommodating the expanded content, but instead lets it overflow and there is an overlap observed between the story description and footer content.
To Reproduce
Steps to reproduce the behavior:
Create a new story
Add story description large enough so that when expanded it is beyond the screen's viewport(height-wise).
Click on the "show more" button.
Overlap between story description and footer content and, story description is not contained within the parent wrapper.
Expected behavior
Either the expanded content should be scrollable within the defined parent wrapper, or expand the wrapper to fit the description and avoid overlap with footer content. Preferably the latter.
Logs
Overlap between contents, as marked in red.
Overflow of story description as highlighted in yellow.
Environment (please complete the following information):
OS: Windows 10
Browser: internet edge, Chrome
The text was updated successfully, but these errors were encountered:
Describe the bug
When the story description is short, the content is contained within the wrapper and there's no overlapping issue. However, if the story description is big, the story description is truncated to the first few characters, and if the user wishes to read the complete description, they'd have to click on "show more". Upon expanding the story description, the story container's height is not accommodating the expanded content, but instead lets it overflow and there is an overlap observed between the story description and footer content.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Either the expanded content should be scrollable within the defined parent wrapper, or expand the wrapper to fit the description and avoid overlap with footer content. Preferably the latter.
Logs
Overlap between contents, as marked in red.
Overflow of story description as highlighted in yellow.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: