8000 bug #18407 Fixed the "hover" state of the profiler sidebar menu (javi… · symfony/symfony@ca18ddc · GitHub
[go: up one dir, main page]

Skip to content

Commit ca18ddc

Browse files
committed
bug #18407 Fixed the "hover" state of the profiler sidebar menu (javiereguiluz)
This PR was submitted for the master branch but it was merged into the 2.8 branch instead (closes #18407). Discussion ---------- Fixed the "hover" state of the profiler sidebar menu | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #18405 | License | MIT | Doc PR | - ### Before ![before_sidebar](https://cloud.githubusercontent.com/assets/73419/14209368/2cc6e168-f824-11e5-91e7-70fab8d64d12.gif) ### After ![after_sidebar](https://cloud.githubusercontent.com/assets/73419/14209376/3295d7a2-f824-11e5-94b5-254f1fc4e027.gif) Commits ------- 85deb30 Fixed the "hover" state of the profiler sidebar menu
2 parents 0756bbe + 85deb30 commit ca18ddc

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