Fixed the "hover" state of the profiler sidebar menu

This commit is contained in:
Javier Eguiluz 2016-04-01 16:08:49 +02:00 committed by Fabien Potencier
parent 0756bbe4ed
commit 85deb30859
1 changed files with 2 additions and 0 deletions

View File

@ -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;