Skip to content

Commit 55a7691

Browse files
bug symfony#24241 [WebProfiler] Fix z-index for sticky ajax window (ro0NL)
This PR was merged into the 3.4 branch. Discussion ---------- [WebProfiler] Fix z-index for sticky ajax window | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes/no | Fixed tickets | #... <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | symfony/symfony-docs#... <!--highly recommended for new features--> Forgotten in symfony#23154 Before ![image](https://user-images.githubusercontent.com/1047696/30522978-f49c3c5c-9bd8-11e7-8bac-e7a690d5c34d.png) After ![image](https://user-images.githubusercontent.com/1047696/30522965-d000e6fe-9bd8-11e7-92a8-52699c6619f8.png) In case you hover the time panel. Commits ------- 081c1e4 [WebProfiler] Fix z-index for pinned AJAX block
2 parents 12bb22c + 081c1e4 commit 55a7691

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,9 @@
310310
position: relative;
311311
z-index: 10002;
312312
}
313+
.sf-toolbar-block-ajax.hover .sf-toolbar-info {
314+
z-index: 10001;
315+
}
313316
.sf-toolbar-block:hover .sf-toolbar-info,
314317
.sf-toolbar-block.hover .sf-toolbar-info {
315318
display: block;

0 commit comments

Comments
 (0)