tests: Show a scrollbar if the pad is too wide

This commit is contained in:
Richard Hansen 2021-06-05 03:19:58 -04:00
parent fc3b811726
commit c4239b6059
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ body {
#iframe-container {
width: 80%;
height: 100%;
overflow: auto hidden;
}
#iframe-container iframe {