fix(curriculum): correct typo in CSS overflow lecture (#62148)

This commit is contained in:
Huda Sultana
2025-09-12 05:03:41 +05:30
committed by GitHub
parent 5778e67282
commit 76faee3ea1

View File

@@ -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 {