8000 Fixed the "hover" state of the profiler sidebar menu · symfony/symfony@85deb30 · GitHub
[go: up one dir, main page]

Skip to content

Commit 85deb30

Browse files
javiereguiluzfabpot
authored andcommitted
Fixed the "hover" state of the profiler sidebar menu
1 parent 0756bbe commit 85deb30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Bundle/WebProfilerBundle/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)
0