domis86 / TranslatorBundle

Easily edit Symfony2 translations while browsing your site
Do What The F*ck You Want To Public License
6 stars 1 forks source link

CSS problem with profiler #6

Open chandon opened 7 years ago

chandon commented 7 years ago

When opening domis86 from the profiler page, the profiler navigation bar is on top of domis86 window

To fix it, add this lines to Resources/views/Translator/webDebugDialog.html.twig :

.ui-dialog.ui-widget.ui-widget-content {
    z-index:10000;
}
domis86 commented 7 years ago

Can you create a PR? :) @chandon