tests: Remove border around iframe

pull/5050/head
Richard Hansen 2021-06-05 03:14:40 -04:00
parent e9f08bdd11
commit b09b895ac7
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ body {
}
#iframe-container iframe {
border: 0;
height: 100%;
width:100%;
}