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:
@ -56,8 +56,7 @@ Different overflow properties can be set for content overflowing the width and h
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
And the `.box-element` will look like this:
|

|
||||||

|
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user