Updates submodules
This commit is contained in:
@@ -772,7 +772,7 @@ class ComponentManager {
|
||||
}
|
||||
|
||||
iframeForComponent(component) {
|
||||
for(var frame of document.getElementsByTagName("iframe")) {
|
||||
for(var frame of Array.from(document.getElementsByTagName("iframe"))) {
|
||||
var componentId = frame.dataset.componentId;
|
||||
if(componentId === component.uuid) {
|
||||
return frame;
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
}
|
||||
|
||||
> .content {
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
width: auto;
|
||||
padding: 0;
|
||||
padding-bottom: 0;
|
||||
|
||||
Reference in New Issue
Block a user