You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
The HTML of the toolbar is visible when viewing source, but Chrome does not show the toolbar at all.
Toolbar works normally on Firefox. Chrome somehow messes up the HTML when the toolbar HTML is outside the tags.
The text was updated successfully, but these errors were encountered:
I've had the same problem as well - seems to have appeared when we updated the app to use Bootstrap 3.2.0 (YiiBooster 4.01) - and does not seem to be chrome-specific.
The fix provided by @grigory51 seems to work great. Thanks!
Added this to mysite.css:
/* fix for yii-debug-toolbar not showing */
#ydtb-toolbar {
position: inherit;
}
The HTML of the toolbar is visible when viewing source, but Chrome does not show the toolbar at all.
Toolbar works normally on Firefox. Chrome somehow messes up the HTML when the toolbar HTML is outside the tags.
The text was updated successfully, but these errors were encountered: