浏览代码

Update api-overlay.mdx (#6212)

Most used cases for overlay are Alert and Toast which requires to see behind the overlay
JimTeva 4 年前
父节点
当前提交
078a3aac10
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      website/api/api-overlay.mdx

+ 3
- 0
website/api/api-overlay.mdx 查看文件

@@ -16,6 +16,9 @@ Navigation.showOverlay({
16 16
   component: {
17 17
     name: 'example.Overlay',
18 18
     options: {
19
+      layout: {
20
+            componentBackgroundColor: 'transparent',
21
+          },
19 22
       overlay: {
20 23
         interceptTouchOutside: true
21 24
       }