-
Notifications
You must be signed in to change notification settings - Fork 66
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
UI Issue: Lesson Content Overlaps Sidebar on Learn Cypress #326
Comments
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. |
Can you assign this issue to me? |
Fixed this issue: UI Issue: Lesson Content Overlaps Sidebar on Learn Cypress cypress-io#326 cypress-io#326
I am experiencing the same issue |
It seems that you fixed the issue in your fork in commit hadiimran00@db67bf8, however you didn't submit any PR to move the fix to the main repo. Will you submit a PR? @jennifer-shehane wrote
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" |
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
Browser
Google Chrome Version 119.0.6045.200 (Official Build) (64-bit)
Device
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.
The text was updated successfully, but these errors were encountered: