From 111d7d9602e9ac2fe635bbff2eacebad0397a6ec Mon Sep 17 00:00:00 2001 From: Parth Parth <34807532+thecodingaviator@users.noreply.github.com> Date: Tue, 9 Jul 2019 16:40:58 +0530 Subject: [PATCH] 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> --- guide/english/css/overflow/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.