Skip to content

Commit 1ebf8fc

Browse files
committed
Remove backdrop to not shading preview
1 parent a8462fa commit 1ebf8fc

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ Add this to your HTML:
8888
border: 0;
8989
box-shadow: 0 0 10px rgb(0 0 0 / 30%);
9090
}
91+
#engramma-dialog::backdrop {
92+
display: none;
93+
}
9194
</style>
9295
<dialog id="engramma-dialog" closedby="any">
9396
<engramma-app></engramma-app>

packages/engramma/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ Add the web component to any HTML page using a dialog to avoid affecting your pa
6161
border: 0;
6262
box-shadow: 0 0 10px rgb(0 0 0 / 30%);
6363
}
64+
#engramma-dialog::backdrop {
65+
display: none;
66+
}
6467
</style>
6568
</head>
6669
<body>

0 commit comments

Comments
 (0)