cypress-realworld-testing
cypress-realworld-testing copied to clipboard
UI Issue: Lesson Content Overlaps Sidebar on Learn Cypress
Description
The course content is overlapping with the text in the sidebar.
URL of Issue(s)
https://learn.cypress.io/advanced-cypress-concepts/database-initialization-and-seeding
Steps to replicate
- Make the zoom of your browser at 100%
- Navigate to: learn.cypress.io
- Click: "Start Learning"
- Click: "Advanced Cypress Testing Concepts"
- Click: Any lesson within "Advanced Cypress Testing Concepts"
- Observe: The lesson content overlaps with the text in the sidebar, hindering readability and user experience.
Browser
Google Chrome Version 119.0.6045.200 (Official Build) (64-bit)
Device
- [X] PC
- [ ] Mac
- [ ] iPhone
- [ ] iPad
- [ ] Android Phone
- [ ] Android Tablet
Additional Information
Screenshot:
Expected Result: The lesson content should be displayed without overlap, allowing for clear and unobstructed reading.
Actual Result: Lesson content overlaps with the text in the sidebar, making it difficult to read and navigate the learning material.
I'll move this issue to the appropriate repo: https://github.com/cypress-io/cypress-realworld-testing
PRs are welcome to fix this.
The problem occurs when the browser width is between approximately:
1024px and 1092px
If the browser window is wider, then there is no overlap. If the browser window is narrower, then the course progress is not shown (although it can be accessed through the three-dot burger menu)
I'll move this issue to the appropriate repo: https://github.com/cypress-io/cypress-realworld-testing
PRs are welcome to fix this.
Can you assign this issue to me?
I am experiencing the same issue
@hadiimran00
It seems that you fixed the issue in your fork in commit https://github.com/hadiimran00/cypress-realworld-testing/commit/db67bf83993631fe769bb2ae7f2f065ed3689ae1, however you didn't submit any PR to move the fix to the main repo.
Will you submit a PR?
@jennifer-shehane wrote
PRs are welcome to fix this.
so I assume that if you submit a PR then she would review it and merge it, if it solves the issue.
@MikeMcC399 @hadiimran00 added !important value fixed it from my end along with the "min-width: auto"