Skip to content

CSS verflow lecture has a typo #62139

@c0d1ng-ma5ter

Description

@c0d1ng-ma5ter

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

https://www.freecodecamp.org/learn/full-stack-developer/lecture-working-with-css-transforms-overflow-and-filters/what-is-overflow-in-css

Your code

// Nope

Expected 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    scope: curriculumLessons, Challenges, Projects and other Curricular Content in curriculum directory.status: PR in worksWork in Progress (WIP) Issues.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions