-
-
Notifications
You must be signed in to change notification settings - Fork 44.1k
CSS verflow lecture has a typo #62139
Copy link
Copy link
Closed
Labels
scope: curriculumLessons, Challenges, Projects and other Curricular Content in curriculum directory.Lessons, Challenges, Projects and other Curricular Content in curriculum directory.status: PR in worksWork in Progress (WIP) Issues.Work in Progress (WIP) Issues.
Description
Describe the Issue
Hi! I was doing the What Is Overflow in CSS, and How Does It Work? lecture, and as I was reading, noticed it said this:
Let's fix the overflow on our example using the overflow-y CSS property. First we can hide the overflow entirely with hidden like this:
div { overflow-y: hidden; }TThis resolves the overflow problem but now the extra content becomes completely unreachable. Instead we can use scroll to force the element to become scrollable:
Affected Page
Your code
// NopeExpected behavior
"TThis" should be written with only 1 T
Screenshots
No response
System
- Device: [e.g. iPhone 6, Laptop]
- OS: [e.g. iOS 14, Windows 10, Ubuntu 20.04]
- Browser: [e.g. Chrome, Safari]
- Version: [e.g. 22]
Additional context
This would DEFINITELY be a good first-timer issue
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
scope: curriculumLessons, Challenges, Projects and other Curricular Content in curriculum directory.Lessons, Challenges, Projects and other Curricular Content in curriculum directory.status: PR in worksWork in Progress (WIP) Issues.Work in Progress (WIP) Issues.