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 e28f895

Browse filesBrowse files
committed
A very high z-index value is required to avoid issues in the profiler view
1 parent 23dc884 commit e28f895
Copy full SHA for e28f895

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
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
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
padding: 5px 6px 0;
77
position: fixed;
88
right: 0;
9-
z-index: 9999;
9+
z-index: 99999;
1010
}
1111

1212
.sf-toolbarreset * {
@@ -29,7 +29,7 @@
2929
position: fixed;
3030
right: 0;
3131
text-align: left;
32-
z-index: 9999;
32+
z-index: 99999;
3333
}
3434
.sf-toolbarreset abbr {
3535
border: none;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.