Debug toolbar hidden

I have installed the debug toolbar in both my backend and frontend

On my backend it is working (and I love it)

On my frontend it is not working and I cannot seem to figure out why.

Even when I look in the source of the frontpage rendered page I see the debug toolbar information, yet it is still not shown.

Any ideas?

This is shown (and much more…) in the source of the page I am rendering, so it looks to me that the toolbar is loading correctly…



.yii-debug-toolbar {


    font: 11px Verdana, Arial, sans-serif;


    text-align: left;


    width: 96px;


    transition: width .3s ease;


    z-index: 1000000;


}


Are you sure that it is not collapsed (at right) ?

Yes I was sure… Somehow it now works again… maybe there was somekind of cachign that went wrong…

Thanks for your assistance though

Remove all files from runtime directory…

One and a half months later ?