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 28930c5

Browse filesBrowse files
committed
[WebProfilerBundle] Fix full sized dump hovering in toolbar
1 parent bf0063e commit 28930c5
Copy full SHA for 28930c5

File tree

1 file changed

+4
-5
lines changed
Filter options

1 file changed

+4
-5
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
+4-5Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -350,13 +350,12 @@
350350
100% { background: #222; }
351351
}
352352

353-
.sf-toolbar-block.sf-toolbar-block-dump {
354-
position: static;
355-
}
356-
357353
.sf-toolbar-block.sf-toolbar-block-dump .sf-toolbar-info {
358354
max-width: none;
359-
right: 0;
355+
width: 100%;
356+
position: fixed;
357+
box-sizing: border-box;
358+
left: 0;
360359
}
361360

362361
.sf-toolbar-block-dump pre.sf-dump {

0 commit comments

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