From 85deb308596e49dcef7eb9cce0969bbe1aff6025 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Fri, 1 Apr 2016 16:08:49 +0200 Subject: [PATCH] Fixed the "hover" state of the profiler sidebar menu --- .../Resources/views/Profiler/profiler.css.twig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig index 91bab657f4..6e7fb9cb5d 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig @@ -515,7 +515,9 @@ tr.status-warning td { margin-bottom: -99999px; {# needed for 'same-height columns' trick #} margin-left: -100%; padding-bottom: 99999px; {# needed for 'same-height columns' trick #} + position: relative; width: 220px; + z-index: 9999; } #sidebar .module { padding: 10px;