Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit28930c5

Browse files
committed
[WebProfilerBundle] Fix full sized dump hovering in toolbar
1 parentbf0063e commit28930c5

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)

[8]ページ先頭

©2009-2025 Movatter.jp