Browse Source
docs: blog typo (#39443)
Co-authored-by: 程浚哲 <chengjunzhe@bytedance.com>
pull/39453/head
Akara
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docs/blog/getContainer.zh-CN.md
|
@ -4,7 +4,7 @@ date: 2022-12-08 |
|
|
author: zombieJ |
|
|
author: zombieJ |
|
|
--- |
|
|
--- |
|
|
|
|
|
|
|
|
在网页开发中,我们时长会遇到弹出元素的需求,比如 Select 的下拉框、或者是 Modal 组件。直接将其渲染到当前节点下时,可能会被父节点的 `overflow: hidden` 裁剪掉: |
|
|
在网页开发中,我们时常会遇到弹出元素的需求,比如 Select 的下拉框、或者是 Modal 组件。直接将其渲染到当前节点下时,可能会被父节点的 `overflow: hidden` 裁剪掉: |
|
|
|
|
|
|
|
|
![Overflow](https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*Noh-TYJ0BdcAAAAAAAAAAAAADrJ8AQ/original) |
|
|
![Overflow](https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*Noh-TYJ0BdcAAAAAAAAAAAAADrJ8AQ/original) |
|
|
|
|
|
|
|
|