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

css assigned properly

parent f33da6ec
No related branches found
No related tags found
1 merge request!295Resolve "alternative to google maps api way of visualizing maps"
......@@ -114,7 +114,7 @@ EditProjectDialog.prototype.addTab = function (params) {
navigationObject: navLi,
navigationBar: params.tabMenuDiv
});
contentDiv.style.overflow = "auto";
$(contentDiv).css("overflow","auto");
if (params.content !== undefined) {
contentDiv.appendChild(params.content);
......
......@@ -126,7 +126,7 @@ EditUserDialog.prototype.addTab = function (params) {
navigationBar: params.tabMenuDiv
});
contentDiv.style.overflow = "auto";
$(contentDiv).css("overflow","auto");
if (params.content !== undefined) {
contentDiv.appendChild(params.content);
}
......
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