Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 081c1e4

Browse filesBrowse files
committed
[WebProfiler] Fix z-index for pinned AJAX block
1 parent c4159b1 commit 081c1e4
Copy full SHA for 081c1e4

File tree

1 file changed

+3
-0
lines changed
Filter options

1 file changed

+3
-0
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig
+3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.