diff --git a/src/UI/Layout/ApplicationLayout.tsx b/src/UI/Layout/ApplicationLayout.tsx index 92874ceee..18633b291 100644 --- a/src/UI/Layout/ApplicationLayout.tsx +++ b/src/UI/Layout/ApplicationLayout.tsx @@ -216,7 +216,7 @@ export class WebCAD position: absolute; top:calc(100%/2.2); left:0; - z-index:${ZINDEX.Common}; `; + z-index:${ZINDEX.Common};`; document.getElementById("Webgl").appendChild(propertiesBtn); ReactDOM.render(, propertiesBtn);