diff --git a/index.html b/index.html index 26c161e1..98bdff01 100644 --- a/index.html +++ b/index.html @@ -349,7 +349,7 @@ wholeSVG.setAttribute('viewBox',svg.getAttribute('viewBox')); var rect = document.createElementNS(wholeSVG.namespaceURI,'rect'); rect.setAttribute('x', wholeSVG.viewBox.baseVal.x); - rect.setAttribute('y', wholeSVG.viewBox.baseVal.x); + rect.setAttribute('y', wholeSVG.viewBox.baseVal.y); rect.setAttribute('width', wholeSVG.viewBox.baseVal.width); rect.setAttribute('height', wholeSVG.viewBox.baseVal.height); rect.setAttribute('class', 'fullRect'); diff --git a/style.css b/style.css index 346a98c3..e703d5c1 100644 --- a/style.css +++ b/style.css @@ -296,6 +296,7 @@ left: 24.5em; background-color: #fff; border-radius: 0.5em; transition: max-height 0.5s; +z-index: 1; } #configwrapper{ @@ -398,6 +399,7 @@ margin-top: 2em; #select{ margin-top: 2em; +top: 6em; } #select, #bins{