tests: Remove border around iframe

This commit is contained in:
Richard Hansen 2021-06-05 03:14:40 -04:00
parent e9f08bdd11
commit b09b895ac7

View file

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