Skip to content

Commit 069fcde

Browse files
javiereguiluzfabpot
authored andcommitted
Fixed the "hover" state of the profiler sidebar menu
1 parent 06f414e commit 069fcde

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Resources/views/Profiler/profiler.css.twig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,9 @@ tr.status-warning td {
515515
margin-bottom: -99999px; {# needed for 'same-height columns' trick #}
516516
margin-left: -100%;
517517
padding-bottom: 99999px; {# needed for 'same-height columns' trick #}
518+
position: relative;
518519
width: 220px;
520+
z-index: 9999;
519521
}
520522
#sidebar .module {
521523
padding: 10px;

0 commit comments

Comments
 (0)