fix iframe border issue (#41)

This commit is contained in:
jackycoder
2026-04-01 12:00:00 +08:00
committed by GitHub
parent 78edf266d5
commit 8ee5ce8298

View File

@@ -194,7 +194,7 @@
overflow: hidden;
}
:global(.replayer-wrapper) {
.replayer-wrapper {
float: left;
clear: both;
transform-origin: top left;
@@ -202,7 +202,7 @@
top: 50%;
}
:global(.replayer-wrapper > iframe) {
.replayer-wrapper > iframe {
border: none;
}
</style>