left and right panels make page disappear

Permalink
The dashboard opens as a new page (no web-site at all). This means it covers everything.
The + panel on the left does not react at all.
I searched for z-index etc with no luck.
Top tools bar works normally.
I am thinking of a wrapper that would let the page have some extra space on the sides, gave it some tries but with no luck till now.
Anyone maybe faces the same problem?
I am installing a custom bootstrap template (probably)

Thanks in advance
Lefteris

lefteris
 
lefteris replied on at Permalink Reply 1 Attachment
lefteris
ok, after some digging I found out that the problem had to do with a javascript file.
I am attaching it.
I changed number 1000 to 500 bellow

$('.navbar-collapse ul li a').on('click', function() {
$('html, body').animate({scrollTop: $(this.hash).offset().top - 5}, 500);
return false;
});
and panels do function properly.
My only problem now is that the page is not pushed by the panels, but is it partially covered.
I am working on that too.
(Nice thing to ask and answer yourself, but it might help someone, lol)
lefteris replied on at Permalink Reply
lefteris
SOLVED!

So, it is not only the z-index in a css file but as well as in javascript files.