diff --git a/guide/english/css/overflow/index.md b/guide/english/css/overflow/index.md index a4b04bcdb5..7cfb8094e3 100644 --- a/guide/english/css/overflow/index.md +++ b/guide/english/css/overflow/index.md @@ -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.