mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
fix(curriculum): correct typo in CSS overflow lecture (#62148)
This commit is contained in:
parent
5778e67282
commit
76faee3ea1
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user