Skip to content
Snippets Groups Projects
Commit b9695b34 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

fix on panels css in left panel

parent 2b4c8413
No related branches found
No related tags found
1 merge request!5Frontend refactor
......@@ -155,6 +155,7 @@ LeftPanel.prototype.addTab = function(params, navElement, contentElement) {
var contentDiv = document.createElement("div");
contentDiv.style.height = "100%";
contentDiv.className = contentClass;
contentDiv.id = tabId;
contentElement.appendChild(contentDiv);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment