Only display embedded scrollbars when required

This commit is contained in:
David Taylor
2019-10-30 13:16:14 +00:00
parent 1a49bb50e5
commit 4da8040351
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -161,7 +161,7 @@ html.embedded{
padding:0;
width:100%;
background:none;
overflow: scroll;
overflow: auto;
}
.embed_container{