mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-12 07:02:42 -04:00
fix(curriculum): correct typo in CSS overflow lecture (#62148)
This commit is contained in:
@@ -19,7 +19,7 @@ div {
|
||||
}
|
||||
```
|
||||
|
||||
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:
|
||||
This resolves the overflow problem but now the extra content becomes completely unreachable. Instead we can use scroll to force the element to become scrollable:
|
||||
|
||||
```css
|
||||
div {
|
||||
|
||||
Reference in New Issue
Block a user