8000 [WebProfilerBundle] Fix full sized dump hovering in toolbar · symfony/symfony@28930c5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 28930c5

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

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines 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