fix iframe border issue (#41)

This commit is contained in:
jackycoder
2020-09-20 18:59:44 +08:00
committed by GitHub
parent e1b02d1b67
commit e63b554b49

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>