Skip to content

Commit d4d72be

Browse files
Merge branch '2.8' into 3.0
* 2.8: [travis] Disable hirak/prestissimo for deps=low/high tests Fixed the "hover" state of the profiler sidebar menu [HttpFoundation] fix phpdoc of UploadedFile Lower complexity of Form:isValid() skipped dns-sensitive tests when DnsMock is not found [FrameworkBundle] Return the invokable service if its name is the class name [ci] Skip dns-sensitive tests when DnsMock is not found Exclude Bridge\PhpUnit from composer.json by default fixed CS Optimize ReplaceAliasByActualDefinitionPass [Process] use __METHOD__ where applicable [Routing] Don't needlessly execute strtr's as they are fairly expensive Conflicts: .travis.yml src/Symfony/Component/DependencyInjection/Compiler/ReplaceAliasByActualDefinitionPass.php
2 parents b32d4be + 069fcde commit d4d72be

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)