Fix broken image in overflow (#34475)

* Update index.md

* Update guide/english/css/overflow/index.md

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>
This commit is contained in:
Parth Parth
2019-07-09 16:40:58 +05:30
committed by Tom
parent a9c4cc9a58
commit 111d7d9602

View File

@ -56,8 +56,7 @@ Different overflow properties can be set for content overflowing the width and h
overflow-y: auto;
}
```
And the `.box-element` will look like this:
![Example Image](https://s26.postimg.org/ff2kmdfzd/5-_Xand_Y.png)
![Example Image](https://user-images.githubusercontent.com/34807532/49148596-c8a2f200-f32d-11e8-9a2d-21b08b794d14.png)
If the content overflows the y-axis, then that content will be hidden, whilst a scrollbar should be visible for users to read the rest of the content.